wisemapping-frontend/packages/web2d/test/playground/context-loader.js

9 lines
164 B
JavaScript
Raw Normal View History

import Grid from './utils';
import web2d from '../../src/web2d';
2021-12-03 07:40:59 +01:00
import $ from '@libraries/jquery-2.1.0';
2021-10-03 02:57:29 +02:00
global.Grid = Grid;
global.web2d = web2d;
2021-12-03 07:40:59 +01:00
global.$ = $;