// Module that implements main WYSIWIG edit area
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';
/* public api */
return {
start: function() { sandbox.publish('ready'); },
- getView: function() {
+ getView: function() {
return canvasWrapper;
},
setDocument: function(wlxmlDocument) {