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

Commit

Permalink
runs dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher McCulloh committed Sep 22, 2016
1 parent 8a91468 commit 8c7bf62
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 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.

0 comments on commit 8c7bf62

Please sign in to comment.