mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Note that this requires wrapping all of iD, but not third party libraries, in a function and enabling strict mode only within that function. We can't be sure that our dependencies are strict-safe (d3 isn't).
3 lines
29 B
JavaScript
3 lines
29 B
JavaScript
(function () {
|
|
'use strict';
|