import _
This commit is contained in:
parent
59b471ac62
commit
fe3012136d
7 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
window.Metamaps = window.Metamaps || {}
|
||||
/* global Metamaps, Backbone, _, $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
/*
|
||||
* Metamaps.Backbone.js.erb
|
||||
*
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global Metamaps, $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Active from './Active'
|
||||
import Filter from './Filter'
|
||||
import GlobalUI from './GlobalUI'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global Metamaps, $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Active from './Active'
|
||||
import Control from './Control'
|
||||
import GlobalUI from './GlobalUI'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global Metamaps */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Active from './Active'
|
||||
import Control from './Control'
|
||||
import Create from './Create'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Visualize from './Visualize'
|
||||
import JIT from './JIT'
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global Metamaps, $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Active from './Active'
|
||||
import Control from './Control'
|
||||
import GlobalUI from './GlobalUI'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* global Metamaps, $ */
|
||||
|
||||
import _ from 'lodash'
|
||||
|
||||
import Active from './Active'
|
||||
import JIT from './JIT'
|
||||
import Router from './Router'
|
||||
|
|
Loading…
Reference in a new issue