Hi, my name is Jhon Jario Roa and this is my blog. Here you'll find a little bit of java, python, javascript, linux, birt, jasper, objective C, extJS and other stuff. You also are gonna find some solutions that worked for me.
Monday, September 9, 2013
backboneJs: "change:[attribute]" event is not firing
add default values to the model :
var testModel = Backbone.Model.extend({ defaults: { "attribute": "" }
});
No comments:
Post a Comment