Skip to content

Commit 296664d

Browse files
committed
typo
1 parent 67f978b commit 296664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backbone.tastypie.modelgenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
window[_mdl['name']] = Backbone.Model.extend({
3838
urlRoot: _mdl['url'],
39-
valdiate:_mdl['validator']
39+
validate:_mdl['validator']
4040
});
4141
window[_mdl['container_name']] = Backbone.Collection.extend({
4242
urlRoot: _mdl['url'],

0 commit comments

Comments
 (0)