Comparing version 1.0.2 to 1.0.3
@@ -29,4 +29,7 @@ (function(scope) { | ||
emptyIndex = indexOf.call(args), | ||
isEmpty = ~emptyIndex; | ||
isEmpty; | ||
if (~emptyIndex) | ||
isEmpty = emptyIndex + 1 <= lenNames; | ||
if (lessArgs || isEmpty) { | ||
@@ -33,0 +36,0 @@ if (lessArgs) |
{ | ||
"name": "checkup", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -5,0 +5,0 @@ "description": "check arguments and if they wrong throw exeption", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4429
59