ampersand-bootstrap-multiselect-view
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -31,2 +31,10 @@ /*global window*/ | ||
$(this.select).multiselect('rebuild'); | ||
if (this.selectNone) { | ||
//Allow the 'ampersand-select-view' first option if none select code to run before deselecting all | ||
setTimeout(function () { | ||
$(self.select).multiselect('deselectAll', false) | ||
$(self.select).multiselect('rebuild'); | ||
}, 0); | ||
} | ||
} | ||
@@ -33,0 +41,0 @@ return this; |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "1.2.0" | ||
"version": "1.3.0" | ||
} |
# ampersand-bootstrap-multiselect-view |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ var test = require('tape'); |
@@ -0,0 +0,0 @@ var Hapi = require('hapi'); |
@@ -0,0 +0,0 @@ /*global document*/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
214
10697