Browse Source

Shut eslint up

JC Brand 8 years ago
parent
commit
29add969a6
1 changed files with 4 additions and 2 deletions
  1. 4 2
      spec/presence.js

+ 4 - 2
spec/presence.js

@@ -1,11 +1,13 @@
 /*jshint sub:true*/
 /*jshint sub:true*/
+/*eslint dot-notation: "off"*/
 (function (root, factory) {
 (function (root, factory) {
     define([
     define([
         "jquery",
         "jquery",
         "converse-core",
         "converse-core",
         "mock",
         "mock",
-        "test_utils"], factory);
-} (this, function ($, converse, mock, test_utils) {
+        "test_utils",
+        "lodash"], factory);
+} (this, function ($, converse, mock, test_utils, _) {
     "use strict";
     "use strict";
     var Strophe = converse.env.Strophe;
     var Strophe = converse.env.Strophe;
     var $iq = converse.env.$iq;
     var $iq = converse.env.$iq;