define([
'libs/jquery',
-'libs/underscore',
'./canvas/canvas',
'./commands',
-'libs/text!./template.html'], function($, _, canvas3, commands, template) {
+'libs/text!./template.html'], function($, canvas3, commands, template) {
'use strict';
},
command: function(command, params) {
commands.run(command, params, canvas, sandbox.getConfig().user);
- sandbox.publish('contentChanged');
}
};