Comparing version 5.0.14 to 5.0.15
@@ -120,6 +120,6 @@ /** | ||
if(mth && parent.public[mth]) { | ||
parent.public[mth].apply(this, args); | ||
return parent.public[mth].apply(this, args); | ||
} | ||
else if(parent.public.base) { | ||
parent.public.base.apply(this, arguments); | ||
return parent.public.base.apply(this, arguments); | ||
} | ||
@@ -142,6 +142,6 @@ }; | ||
if(mth && parent.static[mth]) { | ||
parent.static[mth].apply(this, args); | ||
return parent.static[mth].apply(this, args); | ||
} | ||
else if(parent.static.base) { | ||
parent.static.base.apply(this, arguments); | ||
return parent.static.base.apply(this, arguments); | ||
} | ||
@@ -148,0 +148,0 @@ }; |
{ | ||
"name": "kp-stock", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"author": "Kris Papercut <kearis666@gmail.com>", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
611758