1
0
Fork 0

Removed jslint headers from system apps.

This commit is contained in:
Alan Plum 2014-08-27 13:12:25 +02:00
parent bff47e558b
commit 71155440e6
21 changed files with 21 additions and 41 deletions

View File

@ -8,13 +8,13 @@
"forin": true, "forin": true,
"freeze": true, "freeze": true,
"immed": true, "immed": true,
"indent": true, "laxbreak": true,
"newcap": true, "newcap": true,
"noarg": true, "noarg": true,
"noempty": true, "noempty": true,
"nonbsp": true, "nonbsp": true,
"nonew": true, "nonew": true,
"undef": true, "undef": true,
"maxlen": 120, "indent": 2,
"-W014": true "maxlen": 120
} }

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global require, applicationContext*/ /*global require, applicationContext*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global require, applicationContext*/ /*global require, applicationContext*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global exports, appCollection*/ /*global exports, appCollection*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100, white: true, plusplus: true, unparam: true */
/*global exports, appCollection*/ /*global exports, appCollection*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 100 */
/*global require, exports*/ /*global require, exports*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120, white: true, plusplus: true, unparam: true, vars: true, continue: true */
/*global require, applicationContext, ArangoServerState, ArangoClusterInfo, ArangoClusterComm*/ /*global require, applicationContext, ArangoServerState, ArangoClusterInfo, ArangoClusterComm*/
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */ /*global require, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports */ /*global require, exports */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */ /*global require, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */ /*global require, exports, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, describe, it */ /*global require, describe, it */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */ /*global require, module, describe, it, beforeEach */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */ /*global require, exports, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */ /*global require, module, describe, it, beforeEach */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, exports, describe, it, beforeEach */ /*global require, module, exports, describe, it, beforeEach */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports */ /*global require, exports */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, applicationContext */ /*global require, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, exports, applicationContext */ /*global require, exports, applicationContext */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, describe, it */ /*global require, describe, it */
(function () { (function () {
'use strict'; 'use strict';

View File

@ -1,4 +1,3 @@
/*jslint indent: 2, nomen: true, maxlen: 120 */
/*global require, module, describe, it, beforeEach */ /*global require, module, describe, it, beforeEach */
(function () { (function () {
'use strict'; 'use strict';