From bf67bb9534ebd42fb9952b5fdff86a1431361042 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 4 Oct 2016 22:09:36 -0400 Subject: [PATCH] iD.presets.presets (!) is now iD.presetsInit --- test/index.html | 2 +- test/spec/presets/{presets.js => init.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/spec/presets/{presets.js => init.js} (100%) diff --git a/test/index.html b/test/index.html index f425f2ccf..bd026e4be 100644 --- a/test/index.html +++ b/test/index.html @@ -90,8 +90,8 @@ + - diff --git a/test/spec/presets/presets.js b/test/spec/presets/init.js similarity index 100% rename from test/spec/presets/presets.js rename to test/spec/presets/init.js