Commit 496e5ba4 authored by JC Brand's avatar JC Brand

Fix linting error

parent 2a3ca932
......@@ -6,10 +6,10 @@
/**
* @module converse-core
*/
import { assignIn, debounce, get, invoke, isFunction, isObject, isString, pick } from 'lodash';
import 'strophe.js/src/websocket';
import './polyfill';
import * as strophe from 'strophe.js/src/core';
import { assignIn, debounce, get, invoke, isFunction, isObject, isString, pick } from 'lodash';
import Backbone from 'backbone';
import BrowserStorage from 'backbone.browserStorage';
import _ from './lodash.noconflict';
......
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