diff --git a/js/apps/system/aardvark/frontend/js/views/collectionView.js b/js/apps/system/aardvark/frontend/js/views/collectionView.js index 12ba5aef64..e1e20e2147 100644 --- a/js/apps/system/aardvark/frontend/js/views/collectionView.js +++ b/js/apps/system/aardvark/frontend/js/views/collectionView.js @@ -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";