diff --git a/model/model.js b/model/model.js index e884cf91..cbdd0684 100644 --- a/model/model.js +++ b/model/model.js @@ -974,7 +974,7 @@ steal('jquery/class', 'jquery/lang/string', function() { * * $.Model('Person',{ * models : function(data){ - * this._super(data.ballers); + * return this._super(data.ballers); * } * },{}) *