Explorar o código

Shut eslint up

JC Brand %!s(int64=8) %!d(string=hai) anos
pai
achega
29add969a6
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      spec/presence.js

+ 4 - 2
spec/presence.js

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