mobile-alert-zepto
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -60,2 +60,5 @@ /******/ (function(modules) { // webpackBootstrap | ||
alertDiv.hide(); | ||
if (option.callback && typeof option.callback === 'function') { | ||
option.callback(); | ||
} | ||
}); | ||
@@ -62,0 +65,0 @@ } |
@@ -14,2 +14,5 @@ var tmpl = require('../html/alert.html'), | ||
alertDiv.hide(); | ||
if (option.callback && typeof option.callback === 'function') { | ||
option.callback(); | ||
} | ||
}); | ||
@@ -16,0 +19,0 @@ } |
{ | ||
"name": "mobile-alert-zepto", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "mobile alert replacing window.alert(), mocking iOS alert UI, supporting custom message and positive button text", | ||
@@ -5,0 +5,0 @@ "main": "dist/alert.js", |
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
88541
2087