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.
Showing posts with label backbone. Show all posts
Showing posts with label backbone. Show all posts
Friday, 1 May 2015
Monday, 22 December 2014
Uncaught TypeError: Cannot read property 'bind' of undefined
- missing "new" for a new instance
Wednesday, 17 December 2014
Marionette region close doesn't work
MySpace.dialogRegion.close();
debug console :
Uncaught TypeError: undefined is not a function
--
use empty() rather than close();
debug console :
Uncaught TypeError: undefined is not a function
--
use empty() rather than close();
Subscribe to:
Posts (Atom)