git-svn-id: https://msi/svn/firstRepo/Management/trunk@32 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2015-02-25 20:10:52 +00:00
parent 00cd1a3a61
commit 4b9fa8baa4
90 changed files with 443 additions and 4495 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
define(['jquery', 'underscore', 'backbone', 'text!modules/home/homeViewTemplate.html',
'modules/base/baseView', 'modules/ricette/ricette', 'modules/editricetta/editricetta', 'modules/photos/photos',
'jqxbuttons', 'jqxmenu', 'jqxwindow'],
'jqx'],
function($, _, Backbone, homeViewTemplate, BaseView, RicetteView, EditRicettaView, PhotosView) {
var HomeView = BaseView.extend({