mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
* One-shot development * Move jsonp to module * Tooltip -> module * Remove d3.jsonp * Fix tooltip lint * Load all libs but d3 itself with require * Add top-level brfs * Unformat intro graph
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
import '../js/lib/index';
|
|
import * as iD from './index';
|
|
window.iD = iD;
|