mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Moved area-keys to data, and process it during runtime
This commit is contained in:
committed by
John Firebaugh
parent
90b0f1c5bf
commit
dffeedffc9
@@ -1,4 +1,9 @@
|
||||
describe("iD.actions.Split", function () {
|
||||
|
||||
beforeEach(function () {
|
||||
iD.areaKeys = iD().presets(iD.data.presets).presets().areaKeys();
|
||||
});
|
||||
|
||||
describe("#disabled", function () {
|
||||
it("returns falsy for a non-end node of a single way", function () {
|
||||
var graph = iD.Graph([
|
||||
|
||||
Reference in New Issue
Block a user