remove old template 'struct'

This commit is contained in:
Martin Zimmermann 2014-05-26 15:50:45 +02:00
parent 608119e8ce
commit b60dbd3e42

View File

@ -1,7 +0,0 @@
define(["text!./postbox.html", "text!./comment.html", "text!./comment-loader.html"], function (postbox, comment, comment_loader) {
return {
postbox: postbox,
comment: comment,
comment_loader: comment_loader
};
});