/** * Created by aghassaei on 2/25/15. */ define(['jquery', 'underscore', 'menuParent', 'plist', 'text!optimizeMenuTemplate'], function($, _, MenuParentView, plist, template){ return MenuParentView.extend({ events: { }, _initialize: function(){ }, _makeTemplateJSON: function(){ return null; }, template: _.template(template) }); });