define([
'marionette',
// 'templates',
'underscore',
'models/Itinerary'
], function (Marionette, templates, _,Model) {
'use strict';
template: templates.route_itinerary_item,
the 'templates' require has been comment out by accident.
No comments:
Post a Comment