1
0
Fork 0

Fixed jslint warning for sync, (we are nt syncing but JSLint matches sync in parameternames

This commit is contained in:
Michael Hackstein 2013-11-12 16:14:57 +01:00
parent 13c74c1e1c
commit 1154c913c0
1 changed files with 1 additions and 1 deletions

View File

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