Comparing version 0.0.4 to 0.0.5
@@ -45,8 +45,3 @@ "use strict"; | ||
// 兼容 v4 block('string') | ||
var l = typeof listener === 'string' ? | ||
function () { | ||
window.alert(listener); | ||
return false; | ||
} : | ||
listener; | ||
var l = typeof listener === 'string' ? function () { return window.confirm(listener); } : listener; | ||
_this.listener.push(l); | ||
@@ -53,0 +48,0 @@ return function () { |
{ | ||
"name": "k-history", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
33477
685