Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LearnBoost/mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 11, 2012
2 parents ef5eee8 + 321b905 commit 8f6a3a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/types/embedded.js
@@ -1,4 +1,3 @@

/*!
* Module dependencies.
*/
Expand Down Expand Up @@ -190,7 +189,7 @@ EmbeddedDocument.prototype.parent = function () {
*/

EmbeddedDocument.prototype.parentArray = function () {
return this.__parentArrary;
return this.__parentArray;
}

/*!
Expand Down

0 comments on commit 8f6a3a5

Please sign in to comment.