- Refactoring: Reduce BBQ dependency (not yet removable as used still in svgeditor)

This commit is contained in:
Brett Zamir
2020-01-05 10:32:31 +08:00
parent 56197a493c
commit d0d7efabc4
12 changed files with 606 additions and 613 deletions

View File

@@ -15,6 +15,12 @@
* @borrows module:locale.setStrings as setStrings
*/
/*
* Dependencies to remove:
*
* 1. jQuery BBQ (for deparam)
*/
import './touch.js';
import {NS} from './namespaces.js';
import {isWebkit, isChrome, isGecko, isIE, isMac, isTouch} from './browser.js';