From ab535ba375e71e27aa41026e45b7aa4857d8c060 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 18 Mar 2018 14:04:12 -0700 Subject: [PATCH] Use single quotes for string literals --- src/definitions/behaviors/api.js | 2 +- src/definitions/behaviors/form.js | 2 +- src/definitions/behaviors/visibility.js | 2 +- src/definitions/modules/accordion.js | 2 +- src/definitions/modules/checkbox.js | 2 +- src/definitions/modules/dimmer.js | 2 +- src/definitions/modules/dropdown.js | 6 +++--- src/definitions/modules/embed.js | 2 +- src/definitions/modules/modal.js | 2 +- src/definitions/modules/nag.js | 2 +- src/definitions/modules/popup.js | 2 +- src/definitions/modules/progress.js | 2 +- src/definitions/modules/rating.js | 2 +- src/definitions/modules/search.js | 2 +- src/definitions/modules/shape.js | 2 +- src/definitions/modules/sidebar.js | 2 +- src/definitions/modules/sticky.js | 2 +- src/definitions/modules/tab.js | 2 +- src/definitions/modules/transition.js | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/definitions/behaviors/api.js b/src/definitions/behaviors/api.js index 578e201623..cdcfc753d7 100644 --- a/src/definitions/behaviors/api.js +++ b/src/definitions/behaviors/api.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; var window = (typeof window != 'undefined' && window.Math == Math) diff --git a/src/definitions/behaviors/form.js b/src/definitions/behaviors/form.js index 35353ffbe5..6c0d0172bc 100644 --- a/src/definitions/behaviors/form.js +++ b/src/definitions/behaviors/form.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/behaviors/visibility.js b/src/definitions/behaviors/visibility.js index 789e6ddc77..8ae572c7fe 100755 --- a/src/definitions/behaviors/visibility.js +++ b/src/definitions/behaviors/visibility.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/accordion.js b/src/definitions/modules/accordion.js index 170a5e805c..818e3d62d9 100644 --- a/src/definitions/modules/accordion.js +++ b/src/definitions/modules/accordion.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/checkbox.js b/src/definitions/modules/checkbox.js index 4c92984668..f88c4d09b8 100644 --- a/src/definitions/modules/checkbox.js +++ b/src/definitions/modules/checkbox.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/dimmer.js b/src/definitions/modules/dimmer.js index 9005667118..86bf308db0 100755 --- a/src/definitions/modules/dimmer.js +++ b/src/definitions/modules/dimmer.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 82f87f336e..d2687ae71c 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window @@ -2283,7 +2283,7 @@ $.fn.dropdown = function(parameters) { var length = module.get.query().length ; - $search.val( text.substr(0 , length)); + $search.val( text.substr(0, length)); }, scrollPosition: function($item, forceScroll) { var @@ -3889,7 +3889,7 @@ $.fn.dropdown.settings.templates = { ? 'disabled ' : '' ; - html += '
' + html += '
'; html += option[fields.name]; html += '
'; }); diff --git a/src/definitions/modules/embed.js b/src/definitions/modules/embed.js index 6ed6f5a014..682a6ec236 100644 --- a/src/definitions/modules/embed.js +++ b/src/definitions/modules/embed.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/modal.js b/src/definitions/modules/modal.js index 66ce70d30c..b2ccea05e7 100755 --- a/src/definitions/modules/modal.js +++ b/src/definitions/modules/modal.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/nag.js b/src/definitions/modules/nag.js index f8d862ce04..79d4311309 100644 --- a/src/definitions/modules/nag.js +++ b/src/definitions/modules/nag.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index ad25d879eb..26e59cb1f3 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/progress.js b/src/definitions/modules/progress.js index 846fa4c8b6..544e8c77e2 100644 --- a/src/definitions/modules/progress.js +++ b/src/definitions/modules/progress.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/rating.js b/src/definitions/modules/rating.js index 1affce2c1a..e1a643b0ef 100644 --- a/src/definitions/modules/rating.js +++ b/src/definitions/modules/rating.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/search.js b/src/definitions/modules/search.js index c06ab1b49f..c770b74d43 100644 --- a/src/definitions/modules/search.js +++ b/src/definitions/modules/search.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/shape.js b/src/definitions/modules/shape.js index d399046434..5ba72efe77 100644 --- a/src/definitions/modules/shape.js +++ b/src/definitions/modules/shape.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/sidebar.js b/src/definitions/modules/sidebar.js index 54b61a61c9..1dcb3ae156 100644 --- a/src/definitions/modules/sidebar.js +++ b/src/definitions/modules/sidebar.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/sticky.js b/src/definitions/modules/sticky.js index 4887c98595..436b1c3eb5 100755 --- a/src/definitions/modules/sticky.js +++ b/src/definitions/modules/sticky.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/tab.js b/src/definitions/modules/tab.js index 383a8d561f..4eedf6caa2 100644 --- a/src/definitions/modules/tab.js +++ b/src/definitions/modules/tab.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/src/definitions/modules/transition.js b/src/definitions/modules/transition.js index 1dedef9eb9..d6e2349d24 100644 --- a/src/definitions/modules/transition.js +++ b/src/definitions/modules/transition.js @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window