added use strict
This commit is contained in:
5
src/inputs/select2/select2.js
vendored
5
src/inputs/select2/select2.js
vendored
@@ -35,7 +35,8 @@ $(function(){
|
||||
</script>
|
||||
**/
|
||||
(function ($) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var Constructor = function (options) {
|
||||
this.init('select2', options, Constructor.defaults);
|
||||
|
||||
@@ -236,4 +237,4 @@ $(function(){
|
||||
|
||||
$.fn.editabletypes.select2 = Constructor;
|
||||
|
||||
}(window.jQuery));
|
||||
}(window.jQuery));
|
||||
|
Reference in New Issue
Block a user