Skip to content

Commit 7837d84

Browse files
committed
Resolving issue 140
1 parent 9d9e33b commit 7837d84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Backbone.ModelBinder.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Backbone.ModelBinder v1.0.3
1+
// Backbone.ModelBinder v1.0.4
22
// (c) 2013 Bart Wood
33
// Distributed Under MIT License
44

@@ -26,7 +26,7 @@
2626
};
2727

2828
// Current version of the library.
29-
Backbone.ModelBinder.VERSION = '1.0.3';
29+
Backbone.ModelBinder.VERSION = '1.0.4';
3030
Backbone.ModelBinder.Constants = {};
3131
Backbone.ModelBinder.Constants.ModelToView = 'ModelToView';
3232
Backbone.ModelBinder.Constants.ViewToModel = 'ViewToModel';

Backbone.ModelBinder.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ If you define a converter, you might want to pay attention to the converter's 5t
760760
<br>
761761

762762
## Release Notes / Versions
763-
### v 1.0.3 August 19, 2013
763+
### v 1.0.4 August 19, 2013
764764
* Fixed the _.bindAll function calls to specify the function names being bound to.
765765
* Added the ability to add a global converter via Backbone.ModelBinder.SetOptions({converter: xxx});
766766

0 commit comments

Comments
 (0)