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

Shut eslint up

parent 728c7622
/*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;
......
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