chore(util) checkExt: !!isMatch -> isMatch

This commit is contained in:
coderaiser 2014-11-17 09:56:22 -05:00
parent 4f3f7f4a36
commit eb192455fb

View file

@ -56,7 +56,7 @@
break;
}
return !!isMatch;
return isMatch;
};
this.check = new checkProto();