Browse Source

Clean mixins

pull/1130/head
Artur Arseniev 8 years ago
parent
commit
0b28430325
  1. 2
      src/utils/mixins.js

2
src/utils/mixins.js

@ -1,7 +1,5 @@
import Backbone from 'backbone';
import { omit, keys, isUndefined, isElement } from 'underscore';
const $ = Backbone.$;
const elProt = window.Element.prototype;
const matches =
elProt.matches ||

Loading…
Cancel
Save