Skip to content

Commit

Permalink
Fix ‘TypeError: Object [object Object] has no method 'addError'’
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 1, 2013
1 parent 27e4453 commit 85b4a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engines/json/joinPath.js
@@ -1,7 +1,7 @@
/**
* JoinPath
*
* @param {string} path
* @param {string} path
* @param {string} property
*/
Validation.prototype.joinPath = function(path, property) {
Expand All @@ -20,4 +20,4 @@ Validation.prototype.joinPath = function(path, property) {
return path + '["' + property + '"]';
}

};
};

0 comments on commit 85b4a55

Please sign in to comment.