@@ -1,10 +1,16 @@
{
"bitwise": true,
+ "camelcase": true,
+ "curly": true,
+ "es3": true,
"eqnull": true,
+ "freeze": true,
"globals": {
"define": true
},
"indent": 2,
"maxlen": 80,
+ "noarg": true,
+ "nonew": true,
"quotmark": "single"
}
@@ -666,7 +666,7 @@ define('select2/data/ajax',[
var self = this;
var options = $.extend({
- type: 'GET',
+ type: 'GET'
}, this.ajaxOptions);
if (typeof options.url === 'function') {
@@ -10203,7 +10203,7 @@ define('select2/data/ajax',[
@@ -1094,7 +1094,7 @@ define('select2/data/ajax',[
@@ -21,7 +21,7 @@ define([