Address feedback from review

This commit is contained in:
Andrew Sliwinski 2018-04-20 10:49:06 -04:00
parent 9ec3d41ea1
commit 645a42b843
2 changed files with 2 additions and 1 deletions

View file

@ -984,7 +984,7 @@ const specMap = {
argMap: [ argMap: [
{ {
type: 'input', type: 'input',
inputOp: 'videoSensing_menu.VIDEO_STATE', inputOp: 'videoSensing_menu_VIDEO_STATE',
inputName: 'VIDEO_STATE' inputName: 'VIDEO_STATE'
} }
] ]

View file

@ -36,6 +36,7 @@ const INPUT_DIFF_BLOCK_SHADOW = 3; // obscured shadow
// Constants used during deserialization of an SB3 file // Constants used during deserialization of an SB3 file
const CORE_EXTENSIONS = [ const CORE_EXTENSIONS = [
'argument', 'argument',
'colour',
'control', 'control',
'data', 'data',
'event', 'event',