This commit is contained in:
Kushan Joshi
2016-06-25 14:09:53 +05:30
parent 8bf9c260a7
commit 94c5f43293
36 changed files with 231 additions and 135 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import { Browse } from '../../modes/index';
export function SourceSwitch(context) {
var keys;
@@ -13,7 +14,7 @@ export function SourceSwitch(context) {
context.connection()
.switch(live ? keys[1] : keys[0]);
context.enter(iD.modes.Browse(context));
context.enter(Browse(context));
context.flush();
d3.select(this)