Uncomment digital state interaction in proj module
This commit is contained in:
parent
9472527c70
commit
f5f23284a3
|
@ -99,7 +99,7 @@ class Projector {
|
|||
}
|
||||
}
|
||||
else if (typeof arg.val !== 'undefined') {
|
||||
//this.dig.state.frame = arg.val
|
||||
this.dig.state.frame = arg.val;
|
||||
}
|
||||
event.returnValue = true;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -99,7 +99,7 @@ class Projector {
|
|||
}
|
||||
}
|
||||
else if (typeof arg.val !== 'undefined') {
|
||||
//this.dig.state.frame = arg.val
|
||||
this.dig.state.frame = arg.val;
|
||||
}
|
||||
event.returnValue = true;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -99,7 +99,7 @@ class Projector {
|
|||
}
|
||||
}
|
||||
else if (typeof arg.val !== 'undefined') {
|
||||
//this.dig.state.frame = arg.val
|
||||
this.dig.state.frame = arg.val;
|
||||
}
|
||||
event.returnValue = true;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue