koatty_container
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -9,3 +9,3 @@ "use strict"; | ||
* @LastEditors: linyyyang<linyyyang@tencent.com> | ||
* @LastEditTime: 2020-12-18 10:43:17 | ||
* @LastEditTime: 2020-12-18 15:35:12 | ||
* @License: BSD (3-Clause) | ||
@@ -64,3 +64,3 @@ * @Copyright (c) - <richenlin(at)gmail.com> | ||
// } | ||
if (helper.isFunction(bindingFunc)) { | ||
if (!helper.isFunction(bindingFunc)) { | ||
throw Error("The bindingFunc must be a function."); | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "koatty_container", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "IOC Container for Koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
75958