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

Commit

Permalink
Merge branch 'master' into greenkeeper-grunt-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McCulloh authored Sep 22, 2016
2 parents 37f1f4a + 8b0f01b commit 7b74ef1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion dist/css/fuelux.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/css/fuelux.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/fuelux.zip
Binary file not shown.
11 changes: 8 additions & 3 deletions dist/js/fuelux.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*!
* Fuel UX v3.15.7
* Fuel UX EDGE - Built 2016/09/22, 1:48:06 PM
* Previous release: v3.15.7
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -5406,7 +5407,11 @@
this.$loader.hide().loader( 'pause' );
this.enable();

this.$search.trigger( 'rendered.fu.repeater' );
this.$search.trigger( 'rendered.fu.repeater', {
data: data,
options: state.dataOptions,
renderOptions: state.options
} );
this.$element.trigger( 'rendered.fu.repeater', {
data: data,
options: state.dataOptions,
Expand Down Expand Up @@ -5968,7 +5973,7 @@
addItem( this.$canvas, addAfter );
}

callback();
callback( data );
} else {
viewTypeObj.render.call( this, {
container: this.$canvas,
Expand Down
9 changes: 5 additions & 4 deletions dist/js/fuelux.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
Expand Up @@ -15,7 +15,7 @@
"description": "Base Fuel UX styles and controls",
"devDependencies": {
"bower": "1.7.9",
"connect": "3.4.1",
"connect": "3.5.0",
"eslint": "^3.3.1",
"eslint-config-airbnb-es5": "^1.0.9",
"eslint-plugin-requirejs": "^2.0.1",
Expand Down

0 comments on commit 7b74ef1

Please sign in to comment.