Simplify indentation, add blocking modals. Fixes #412

This commit is contained in:
Tom MacWright
2013-01-23 12:30:22 -05:00
parent 5c65af512d
commit eefa22531c
4 changed files with 57 additions and 56 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ describe('iD.Map', function() {
expect(map.center()[0]).to.be.closeTo(20, 0.5);
expect(map.center()[1]).to.be.closeTo(20, 0.5);
done();
}, 500);
}, 1000);
});
});