mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Change remaining JS files to comply with ESLint config.
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
/* global Clipboard, anchors */
|
||||
|
||||
!function ($) {
|
||||
'use strict';
|
||||
(function ($) {
|
||||
'use strict'
|
||||
|
||||
$(function () {
|
||||
|
||||
@@ -86,11 +86,11 @@
|
||||
|
||||
})
|
||||
|
||||
}(jQuery)
|
||||
}(jQuery))
|
||||
|
||||
;(function () {
|
||||
'use strict';
|
||||
'use strict'
|
||||
|
||||
anchors.options.placement = 'left';
|
||||
anchors.options.placement = 'left'
|
||||
anchors.add('.bd-content > h1, .bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5')
|
||||
})();
|
||||
}())
|
||||
|
||||
Reference in New Issue
Block a user