Uncomment digital state interaction in proj module

This commit is contained in:
mmcwilliams 2019-03-21 15:31:17 -04:00
parent 9472527c70
commit f5f23284a3
6 changed files with 6 additions and 6 deletions

View File

@ -99,7 +99,7 @@ class Projector {
} }
} }
else if (typeof arg.val !== 'undefined') { else if (typeof arg.val !== 'undefined') {
//this.dig.state.frame = arg.val this.dig.state.frame = arg.val;
} }
event.returnValue = true; event.returnValue = true;
} }

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,7 @@ class Projector {
} }
} }
else if (typeof arg.val !== 'undefined') { else if (typeof arg.val !== 'undefined') {
//this.dig.state.frame = arg.val this.dig.state.frame = arg.val;
} }
event.returnValue = true; event.returnValue = true;
} }

File diff suppressed because one or more lines are too long

View File

@ -99,7 +99,7 @@ class Projector {
} }
} }
else if (typeof arg.val !== 'undefined') { else if (typeof arg.val !== 'undefined') {
//this.dig.state.frame = arg.val this.dig.state.frame = arg.val;
} }
event.returnValue = true; event.returnValue = true;
} }

File diff suppressed because one or more lines are too long