Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Backbone Error: Uncaught TypeError: this.set is not a function

var song = Song({title: "Blue in Green"});
should be 
var song = new Song({title: "Blue in Green"});
 
PREVIOUS NEXT
Tagged: #Backbone #Uncaught #function
ADD COMMENT
Topic
Name
9+9 =