Tom MacWright
6189af9b47
fix localized
2016-09-05 21:40:41 -04:00
Tom MacWright
0236389611
Fix Circularize logic
2016-09-03 19:33:19 -04:00
Tom MacWright
c5b3a16d3a
Fix getSetValue, fix line display
2016-09-03 16:39:30 -04:00
Tom MacWright
b493c85399
Refactor away multi requirement
2016-09-03 15:13:20 -04:00
Bryan Housel
a86f34b4ef
Pacify eslint, get build and tests running again
2016-08-26 01:15:07 -04:00
Tom MacWright
a59b0d9fdf
Fix transitions and multis
2016-08-24 10:42:34 -04:00
Tom MacWright
e0f3d562c7
Fix tooltip positioning
2016-08-24 09:42:14 -04:00
Tom MacWright
cdb533fa84
Begin d3 v4 update
2016-08-21 15:19:27 -04:00
Tom MacWright
6341d4e4b5
one-shot build ( #3266 )
...
* 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
2016-08-10 15:25:19 -07:00
Minh Nguyễn
e861e08c68
Fixed missing comma
2016-08-02 07:33:04 -07:00
Minh Nguyễn
3e9d7c2b63
Prefer cycle_network over network
2016-08-02 07:06:09 -07:00
Minh Nguyễn
969cb19b78
Include network in relation display name
...
If a relation is tagged with a network, the network is needed alongside the ref to identify the relation.
2016-07-31 03:29:15 -07:00
Tom MacWright
af776501d3
Require locale, second pass ( #3259 )
...
* Require locale, second pass
* Remove t global, remove t where it isn't needed
2016-07-21 16:20:13 -04:00
Tom MacWright
604d1e2719
import lodash ( #3257 )
2016-07-19 12:04:16 -04:00
Bryan Housel
7ca6d06254
Replace iD global with iD.Context() module ( #3254 )
2016-07-19 10:15:32 -04:00
Bryan Housel
cb71e90384
Module for iD.Detect() ( #3243 )
...
* convert iD.Detect() iife to a module
* iD.Detect() should return loaded locale (except for 'en')
(The previous code was a hack to replace the detected locale with the loaded
locale. Now that Detect is a module, we can not replace the detected locale
from external code, but we can have Detect() return the locale we really want)
2016-07-13 09:15:47 -04:00
Bryan Housel
0b3df36da0
Replace diacritics when doing fuzzy searches
...
(closes #3159 )
2016-07-07 23:54:00 -04:00
Tom MacWright
9c82bba6fb
[wip] use diff3 like a module ( #3228 )
...
* [wip] use diff3 like a module
* Fix diff3 style, comment out diff3 test
2016-07-06 14:16:25 -04:00
Tom MacWright
ecea55ba00
Const is verboten
2016-07-05 21:44:00 -04:00
Tom MacWright
1ef83b925c
Make JXON pass style check
2016-07-05 19:12:33 -04:00
Tom MacWright
b15338b964
Use local jxon
2016-07-05 19:00:12 -04:00
Kushan Joshi
e79f8fb022
external modules for util
2016-06-22 12:34:43 +05:30
Martin Raifer
02e9f1f55a
export "getPrototypeOf" as var instead of const
...
to make it run in phantomjs (for tests) and browsers that don't support ES6's const yet.
2016-06-15 09:26:52 -04:00
Martin Raifer
2b488b5567
refactor "util" into ES6 modules for #3118
2016-06-15 09:26:52 -04:00