1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Improved the jshint config a bit more

This commit is contained in:
Kevin Brown 2014-09-21 17:12:21 -04:00
parent cbfe23eb52
commit 9c6a18700b
6 changed files with 11 additions and 5 deletions

View File

@ -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"
}

View File

@ -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') {

View File

@ -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') {

View File

@ -10203,7 +10203,7 @@ define('select2/data/ajax',[
var self = this;
var options = $.extend({
type: 'GET',
type: 'GET'
}, this.ajaxOptions);
if (typeof options.url === 'function') {

2
dist/js/select2.js vendored
View File

@ -1094,7 +1094,7 @@ define('select2/data/ajax',[
var self = this;
var options = $.extend({
type: 'GET',
type: 'GET'
}, this.ajaxOptions);
if (typeof options.url === 'function') {

View File

@ -21,7 +21,7 @@ define([
var self = this;
var options = $.extend({
type: 'GET',
type: 'GET'
}, this.ajaxOptions);
if (typeof options.url === 'function') {