Skip to content

Commit

Permalink
Updated cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 13, 2010
1 parent c8773a7 commit 68c6fd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jquery.syntax.core.js
Expand Up @@ -119,6 +119,10 @@ Syntax.extractMatches = function() {
continue;
}

if (rule.debug) {
alert("'" + match[1] + "' : " + match[1].charCodeAt(0));
}

var index = rule.index || (i+1);

if (match[index].length > 0) {
Expand Down
2 changes: 1 addition & 1 deletion jquery.syntax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68c6fd0

Please sign in to comment.