Skip to content

Commit

Permalink
Fix errors in IntervalsActions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daksh4469 authored Feb 11, 2021
1 parent 03f1a99 commit 23f1c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/turtleactions/IntervalsActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Action methods are in camelCase.
*/

/* global _,Singer,MUSICALMODES,logo,getNote,getModeLength,NOINPUTERRORMSG,blocks,MusicBlocks,Mouse */
/* global _,Singer,MODE_PIE_MENUS,MUSICALMODES,logo,getNote,getModeLength,NOINPUTERRORMSG,blocks,MusicBlocks,Mouse */
/*
Global Locations
js/utils/utils.js
Expand All @@ -31,7 +31,7 @@
js/turtleactions/IntervalsActions.js
getModeLength
js/utils/musicutils.js
getNote
getNote,MODE_PIE_MENUS
js/logo.js
NOINPUTERRORMSG
js/blocks.js
Expand Down

0 comments on commit 23f1c9c

Please sign in to comment.