Commit 29add969 authored by JC Brand's avatar JC Brand

Shut eslint up

parent 728c7622
/*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); "test_utils",
} (this, function ($, converse, mock, 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment