mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
20 lines
350 B
CoffeeScript
20 lines
350 B
CoffeeScript
module.exports =
|
|
'audio-played:loaded':
|
|
{} # TODO schema
|
|
|
|
# TODO location is debatable
|
|
'note-group-started':
|
|
{} # TODO schema
|
|
|
|
'note-group-ended':
|
|
{} # TODO schema
|
|
|
|
'modal-closed':
|
|
{} # TODO schema
|
|
|
|
# TODO I propose prepending 'modal:'
|
|
'save-new-version':
|
|
{} # TODO schema
|
|
|
|
'router:navigate':
|
|
{} # TODO schema
|