Lesson overview simplification moving template to separate file.

This commit is contained in:
Nanne Baars
2017-01-01 21:06:00 +01:00
parent be8f263319
commit dcab7d8abd
6 changed files with 23 additions and 50 deletions

View File

@ -1,8 +0,0 @@
define([
'backbone'],
function(
Backbone) {
return Backbone.Model.extend({
});
});