ajax-manager
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "ajax-manager", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "An jQuery ajax management tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -76,3 +76,4 @@ // use global count instead of jquery global event because it does't support cross domain request | ||
// test if there are api useing same name | ||
if (key in models) throw new Error(`model: api should not have same name "${key}".`) | ||
// if (key in models) throw new Error(`model: api should not have same name "${key}".`) | ||
if (key in models) console.warn(`ajaxManager: api in models should not have same name "${key}".`) | ||
models[key] = model | ||
@@ -79,0 +80,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
20004
221