fixed typo
This commit is contained in:
parent
4719c5d33d
commit
c67ba730ff
|
@ -332,7 +332,6 @@
|
|||
that.cursor.node[0].id),
|
||||
worldF);
|
||||
var newHandlers = eventHandlers.concat([handler]);
|
||||
console.log('adding handler', handler);
|
||||
return newHandlers;
|
||||
},
|
||||
function(view) {
|
||||
|
@ -425,7 +424,7 @@
|
|||
};
|
||||
|
||||
MockView.prototype.id = function() {
|
||||
return this.cursor.node.id;
|
||||
return this.cursor.node[0].id;
|
||||
};
|
||||
|
||||
|
||||
|
@ -1041,8 +1040,7 @@
|
|||
function() {
|
||||
dispatchEventsInQueue(
|
||||
function() {
|
||||
refreshView(function() {},
|
||||
onMessyRestart);
|
||||
refreshView(function() {}, onMessyRestart);
|
||||
},
|
||||
onMessyRestart);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user