Its a good idea to remove testing elements before merging

pull/4/head
Mark McDowall 9 years ago
parent a184021621
commit 84128482f4

@ -93,10 +93,6 @@ module.exports = Marionette.Layout.extend({
this.downloadId = options.downloadId;
this.title = options.title;
//TODO: remove (just for testing)
this.folder = 'C:\\Test';
// this.folder = 'E:\\X-Server';
this.templateHelpers = {
title : this.title || this.folder
};

Loading…
Cancel
Save