Skip to content

Fixed a mistake in the documentation example of $.Model.prototype.models...#92

Merged
daffl merged 1 commit intojupiterjs:masterfrom
farkashon:patch-1
Nov 16, 2011
Merged

Fixed a mistake in the documentation example of $.Model.prototype.models...#92
daffl merged 1 commit intojupiterjs:masterfrom
farkashon:patch-1

Conversation

@farkashon
Copy link
Contributor

....

The 'return' was missing here (line 976):

     *     $.Model('Person',{
     *       models : function(data){
     *         return this._super(data.ballers);
     *       }
     *     },{})

…els.

The 'return' was missing here (line 976):

		 *     $.Model('Person',{
		 *       models : function(data){
		 *         return this._super(data.ballers);
		 *       }
		 *     },{})
daffl pushed a commit that referenced this pull request Nov 16, 2011
Fixed a mistake in the documentation example of $.Model.prototype.models...
@daffl daffl merged commit 19da904 into jupiterjs:master Nov 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants