Remove unused

This commit is contained in:
John Firebaugh
2013-10-29 10:30:56 -07:00
parent 191f52d634
commit 38c208f821
+1 -3
View File
@@ -22,9 +22,7 @@ describe("iD.presets", function() {
}
};
var c = iD.presets().load({presets: p}),
w = iD.Way({tags: { highway: 'residential'}}),
g = iD.Graph().replace(w);
var c = iD.presets().load({presets: p});
describe("#match", function() {
it("returns a collection containing presets matching a geometry and tags", function() {