Comparing version 0.0.13 to 0.0.14
@@ -99,3 +99,11 @@ var tools = { | ||
array.pop() | ||
}, | ||
add: function(array, item, unique) { | ||
if(unique && tools.array.contains(array, item)) { | ||
return | ||
} else { | ||
array.push(item) | ||
} | ||
} | ||
}, | ||
@@ -102,0 +110,0 @@ /** |
{ | ||
"name": "a-toolbox", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "lightweight tools", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -37,2 +37,4 @@ # a-toolbox | ||
**NOTE: missing documentation or obsolete** | ||
#### tasks async manage (no promises) | ||
@@ -39,0 +41,0 @@ |
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
21033
224
467
284