diff options
Diffstat (limited to 'js/dist/util.js')
| -rw-r--r-- | js/dist/util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/util.js b/js/dist/util.js index a135c3f38..56296252b 100644 --- a/js/dist/util.js +++ b/js/dist/util.js @@ -137,7 +137,7 @@ var Util = (function ($) { if (value && isElement(value)) valueType = 'element';else valueType = toType(value); if (!new RegExp(expectedTypes).test(valueType)) { - throw new Error('' + componentName.toUpperCase() + ': ' + ('Option "' + property + '" provided type "' + valueType + '" ') + ('but expected type "' + expectedTypes + '".')); + throw new Error(componentName.toUpperCase() + ': ' + ('Option "' + property + '" provided type "' + valueType + '" ') + ('but expected type "' + expectedTypes + '".')); } } } @@ -148,4 +148,4 @@ var Util = (function ($) { return Util; })(jQuery); -//# sourceMappingURL=util.js.map
\ No newline at end of file +//# sourceMappingURL=util.js.map |
