Skip to content

Commit

Permalink
debug .rule with empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
nomocas committed Sep 18, 2015
1 parent f4830a8 commit 16de071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@
rule: function(name) {
var rule;
return this.done(function(string, descriptor) {
if (!string)
return false;
if (!rule) {
rule = this.rules[name];
if (!rule)
Expand Down

0 comments on commit 16de071

Please sign in to comment.