Skip to content

Commit

Permalink
added minified version to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Aug 16, 2011
1 parent 0b009b6 commit 437566d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions backbone.modelbinding.min.js

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

2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ to Backbone.ModelBinding in the `backbone.modelbinding.js` file.
* **Breaking Change:** Changed the `Backbone.ModelBinding.call(view)` method signature to `Backbone.ModelBinding.bind(view)`
* Added ability to unbind model binding with `unbind` method, to prevent memory leaks and zombie forms
* Added backbone.modelbinding.min.js to the repository, compiled with
[Google's Closure Compiler Service](http://closure-compiler.appspot.com/home "Google's Closure Compiler Service")
* Updated the selectors used for the conventions. Text inputs are now found with "input:text", which should
select all text inputs, even without a `type='text'` attribute (though this seems to be buggy in jQuery
v1.6.2)
Expand Down

0 comments on commit 437566d

Please sign in to comment.