feature(util) checkArgs: return this

This commit is contained in:
coderaiser 2014-07-04 09:46:15 -04:00
parent fb8371d0cd
commit 0a354c9dfb

View file

@ -142,6 +142,8 @@
error = new Error(msg);
throw(error);
}
return this;
};
/**