This commit is contained in:
Devin Howard 2016-09-22 23:51:33 +08:00
parent 59b471ac62
commit fe3012136d
7 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,7 @@
window.Metamaps = window.Metamaps || {}
/* global Metamaps, Backbone, _, $ */ /* global Metamaps, Backbone, _, $ */
import _ from 'lodash'
/* /*
* Metamaps.Backbone.js.erb * Metamaps.Backbone.js.erb
* *

View file

@ -1,5 +1,7 @@
/* global Metamaps, $ */ /* global Metamaps, $ */
import _ from 'lodash'
import Active from './Active' import Active from './Active'
import Filter from './Filter' import Filter from './Filter'
import GlobalUI from './GlobalUI' import GlobalUI from './GlobalUI'

View file

@ -1,5 +1,7 @@
/* global Metamaps, $ */ /* global Metamaps, $ */
import _ from 'lodash'
import Active from './Active' import Active from './Active'
import Control from './Control' import Control from './Control'
import GlobalUI from './GlobalUI' import GlobalUI from './GlobalUI'

View file

@ -1,5 +1,7 @@
/* global Metamaps */ /* global Metamaps */
import _ from 'lodash'
import Active from './Active' import Active from './Active'
import Control from './Control' import Control from './Control'
import Create from './Create' import Create from './Create'

View file

@ -1,5 +1,7 @@
/* global $ */ /* global $ */
import _ from 'lodash'
import Visualize from './Visualize' import Visualize from './Visualize'
import JIT from './JIT' import JIT from './JIT'

View file

@ -1,5 +1,7 @@
/* global Metamaps, $ */ /* global Metamaps, $ */
import _ from 'lodash'
import Active from './Active' import Active from './Active'
import Control from './Control' import Control from './Control'
import GlobalUI from './GlobalUI' import GlobalUI from './GlobalUI'

View file

@ -1,5 +1,7 @@
/* global Metamaps, $ */ /* global Metamaps, $ */
import _ from 'lodash'
import Active from './Active' import Active from './Active'
import JIT from './JIT' import JIT from './JIT'
import Router from './Router' import Router from './Router'