diff options
| author | XhmikosR <[email protected]> | 2019-02-26 13:20:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:01:28 +0200 |
| commit | 46c037410b8c7eaab3cf50a5cf44093aa2fd41f4 (patch) | |
| tree | cb8c857562c4d3f819a5a8fcc563bc8f2c126e4e /js/tests/unit/button.js | |
| parent | 44e6abcba50309df4fae56a9c7ef79145b64a356 (diff) | |
| download | bootstrap-46c037410b8c7eaab3cf50a5cf44093aa2fd41f4.tar.xz bootstrap-46c037410b8c7eaab3cf50a5cf44093aa2fd41f4.zip | |
Comply to the new rules.
Diffstat (limited to 'js/tests/unit/button.js')
| -rw-r--r-- | js/tests/unit/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js index bd393078b..d351cc770 100644 --- a/js/tests/unit/button.js +++ b/js/tests/unit/button.js @@ -1,7 +1,7 @@ $(function () { 'use strict' - var Button = typeof window.bootstrap !== 'undefined' ? window.bootstrap.Button : window.Button + var Button = typeof window.bootstrap === 'undefined' ? window.Button : window.bootstrap.Button QUnit.module('button plugin') |
