Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #1 from wozozo/patch-1
Browse files Browse the repository at this point in the history
thanks wozozo - "ReferenceError: format is not defined"
  • Loading branch information
enki committed May 29, 2011
2 parents 548c0f2 + 5f9a349 commit 2b5e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.strings.js
Expand Up @@ -178,7 +178,7 @@
},

calc: function(str, args) {
return eval(format(str, args));
return eval(this.format(str, args));
},

repeat: function(s, n) {
Expand Down

0 comments on commit 2b5e2fe

Please sign in to comment.