Reorder files structure

Reorder files structure move multiview
This commit is contained in:
Nicolas Le Goff
2013-06-07 18:37:28 +02:00
parent d17d14bf46
commit 802f83d86d
4 changed files with 37 additions and 10 deletions

View File

@@ -12,14 +12,14 @@ define([
"underscore",
"backbone",
"i18n",
"apps/admin/fields/views",
"common/multiviews",
"apps/admin/fields/views/alert",
"apps/admin/fields/views/modal",
"apps/admin/fields/views/dcField",
"apps/admin/fields/errors/error"
], function($, _, Backbone, i18n, ViewUtils, AlertView, ModalView, DcFieldView, Error) {
], function($, _, Backbone, i18n, MultiViews, AlertView, ModalView, DcFieldView, Error) {
// Add multiview methods
var FieldEditView = Backbone.View.extend(_.extend({}, ViewUtils.MultiViews, {
var FieldEditView = Backbone.View.extend(_.extend({}, MultiViews, {
tagName: "div",
className: "field-edit",
initialize: function() {