Skip to content

Commit

Permalink
Added bruce-one's fixes to the minified source ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismichaelscott committed Jul 24, 2013
1 parent 6289b16 commit 8b29e19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iugo-core.min.js

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

5 changes: 4 additions & 1 deletion iugo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* Author Chris Scott <[email protected]>
* Delivered with and licensed under the MIT licence
*/

// To minify - use the seperate files, iugo-core.js and iugo-bind_to_dom.js, compile at http://closure-compiler.appspot.com and concatinate

window['$iugo'] = {};
$iugo.$internals = {};
/** Apply top level getter and setter to each member of the model
Expand Down Expand Up @@ -447,4 +450,4 @@ $iugo['defaultViewcontrollers'].push(function(property, value, view, path) {
for (var x = 0; x < elements.length; x++ ) {
process(value, elements[x]);
}
});
});
3 changes: 2 additions & 1 deletion iugo.min.js

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

0 comments on commit 8b29e19

Please sign in to comment.