mirror of https://gitee.com/bigwinds/arangodb
Fixed jslint warning for sync, (we are nt syncing but JSLint matches sync in parameternames
This commit is contained in:
parent
13c74c1e1c
commit
1154c913c0
|
@ -1,4 +1,4 @@
|
|||
/*jslint indent: 2, nomen: true, maxlen: 100, vars: true, white: true, plusplus: true */
|
||||
/*jslint indent: 2, nomen: true, maxlen: 100, vars: true, white: true, plusplus: true, stupid: true */
|
||||
/*global require, window, exports, Backbone, $, arangoHelper, templateEngine */
|
||||
(function() {
|
||||
"use strict";
|
||||
|
|
Loading…
Reference in New Issue