This commit is contained in:
Josh Johnson 2017-07-24 14:50:40 +01:00
parent ca3bda1f70
commit 18d5c12462
3 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
/*! choices.js v2.8.10 | (c) 2017 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
/*! choices.js v2.8.10 | (c) 2017 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
@ -276,7 +276,7 @@ return /******/ (function(modules) { // webpackBootstrap
var canInit = (0, _utils.isElement)(this.passedElement) && this.isValidElementType;
if (canInit) {
// If element has already been initalised with Choices
// If element has already been initialised with Choices
if (this.passedElement.getAttribute('data-choice') === 'active') {
return;
}
@ -4524,16 +4524,16 @@ return /******/ (function(modules) { // webpackBootstrap
/* 19 */
/***/ (function(module, exports) {
module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
module.children = [];
module.webpackPolyfill = 1;
}
return module;
}
module.exports = function(module) {
if(!module.webpackPolyfill) {
module.deprecate = function() {};
module.paths = [];
// module.parent = undefined by default
module.children = [];
module.webpackPolyfill = 1;
}
return module;
}
/***/ }),
@ -5993,4 +5993,4 @@ return /******/ (function(modules) { // webpackBootstrap
/******/ ])
});
;
//# sourceMappingURL=choices.js.map
//# sourceMappingURL=choices.js.map

File diff suppressed because one or more lines are too long

View file

@ -216,7 +216,7 @@ class Choices {
const canInit = isElement(this.passedElement) && this.isValidElementType;
if (canInit) {
// If element has already been initalised with Choices
// If element has already been initialised with Choices
if (this.passedElement.getAttribute('data-choice') === 'active') {
return;
}