Fix editor's newsletter saving tests

This commit is contained in:
Tautvidas Sipavičius
2015-09-24 17:07:23 +03:00
parent 246089b4b6
commit 8846bc9e43
27 changed files with 71 additions and 78 deletions

View File

@ -1,6 +1,6 @@
define([
'newsletter_editor/App',
'backbone.supermodel',
'backbone.supermodel'
], function(App, SuperModel) {
var Module = {};