Namespace UI components

This commit is contained in:
Tom MacWright
2013-01-14 14:00:51 -05:00
parent a9bf2f1606
commit 72afc6dcb9
25 changed files with 49 additions and 45 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
describe("Geocoder", function () {
describe("iD.ui.geocoder", function () {
it('can be instantiated', function () {
var geocoder = iD.geocoder();
var geocoder = iD.ui.geocoder();
expect(geocoder).to.be.ok;
});
});