UNPKG

akurath

Version:

IDE Frontend for codepsaces.io

11 lines (10 loc) 244 B
define([ 'hr/utils', 'hr/hr', 'views/commands/toolbar', 'core/search', ], function (_, hr, CommandsToolbar, search) { // Collection for all toolbar commands var commands = new CommandsToolbar(); return commands; });