Skip to content

Commit

Permalink
allSubRule as instance
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrec committed Oct 25, 2012
1 parent cb91e7c commit 5366f8a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/subrule.js
Expand Up @@ -47,14 +47,6 @@ allSubRuleConst.prototype.test = function (buf) {
return buf.length
}
exports.allSubRule = new allSubRuleConst
// exports.allSubRule = {
// length: 0
// , idx: -1
// , test: function (buf, offset) {
// return buf.length
// }
// , next: lastSubRule
// }

/**
Property checker
Expand Down

0 comments on commit 5366f8a

Please sign in to comment.