Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
release v2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
interactivellama committed Mar 3, 2015
1 parent 0fdd58c commit 705bc03
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion dist/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -4257,7 +4257,7 @@ define('fuelux/datepicker',['require','jquery'],function (require) {
* Licensed under the MIT license.
*/

define('fuelux/intelligent-dropdown',[ "jquery", "fuelux/all"], function($) {
define('fuelux/intelligent-dropdown',[ "jquery" ], function($) {

$(function() {
$(document.body).on("click", "[data-toggle=dropdown][data-direction]", function( event ) {
Expand Down Expand Up @@ -4381,6 +4381,7 @@ define('fuelux/intelligent-dropdown',[ "jquery", "fuelux/all"], function($) {
}
});
});

/*
* Fuel UX Pillbox
* https://github.com/ExactTarget/fuelux
Expand Down
8 changes: 4 additions & 4 deletions dist/all.min.js

Large diffs are not rendered by default.

Binary file modified dist/fuelux.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/intelligent-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Licensed under the MIT license.
*/

define([ "jquery", "fuelux/all"], function($) {
define([ "jquery" ], function($) {

$(function() {
$(document.body).on("click", "[data-toggle=dropdown][data-direction]", function( event ) {
Expand Down Expand Up @@ -129,4 +129,4 @@ define([ "jquery", "fuelux/all"], function($) {
};
}
});
});
});
3 changes: 2 additions & 1 deletion dist/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4598,7 +4598,7 @@ define('fuelux/datepicker',['require','jquery'],function (require) {
* Licensed under the MIT license.
*/

define('fuelux/intelligent-dropdown',[ "jquery", "fuelux/all"], function($) {
define('fuelux/intelligent-dropdown',[ "jquery" ], function($) {

$(function() {
$(document.body).on("click", "[data-toggle=dropdown][data-direction]", function( event ) {
Expand Down Expand Up @@ -4722,6 +4722,7 @@ define('fuelux/intelligent-dropdown',[ "jquery", "fuelux/all"], function($) {
}
});
});

/*
* Fuel UX Pillbox
* https://github.com/ExactTarget/fuelux
Expand Down
8 changes: 4 additions & 4 deletions dist/loader.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuelux",
"title": "Fuel UX",
"version": "2.6.4",
"version": "2.6.5",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {
Expand Down

0 comments on commit 705bc03

Please sign in to comment.