-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bruce-one's fixes to the minified source ready for release
- Loading branch information
1 parent
6289b16
commit 8b29e19
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -447,4 +450,4 @@ $iugo['defaultViewcontrollers'].push(function(property, value, view, path) { | |
for (var x = 0; x < elements.length; x++ ) { | ||
process(value, elements[x]); | ||
} | ||
}); | ||
}); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.