feature(util) checkExt: add test

This commit is contained in:
coderaiser 2014-05-21 05:16:15 -04:00
parent 558ac32f44
commit 3e1c915a78

View file

@ -107,7 +107,7 @@
break;
}
return isMatch;
return !!isMatch;
};
/**