Eliminate iD.layers

This commit is contained in:
John Firebaugh
2013-03-06 15:20:27 -08:00
parent 7cdfa8daf3
commit 84a4f9e5d2
5 changed files with 11 additions and 11 deletions
-5
View File
@@ -20,11 +20,6 @@ describe('iD.Background', function() {
expect(c.size([100, 100])).to.equal(c);
expect(c.size()).to.eql([100,100]);
});
it('#source', function() {
expect(c.source(iD.layers[0])).to.equal(c);
expect(c.source()).to.equal(iD.layers[0]);
});
});
describe('iD.BackgroundSource.Template', function() {