mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Move jquery out of dependency
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
import Grid from './utils';
|
||||
import web2d from '../../src/web2d';
|
||||
import $ from '@libraries/jquery-2.1.0';
|
||||
|
||||
global.Grid = Grid;
|
||||
global.web2d = web2d;
|
||||
global.$ = $;
|
||||
|
||||
|
Reference in New Issue
Block a user