Esempio n. 1
0
 render: function () {
     this.$el.html(LayoutFooterTemplate({
         apiRoot: getApiRoot(),
         contactHref: this.contactHref
     }));
     return this;
 }
Esempio n. 2
0
 render: function () {
     this.$el.html(LayoutFooterTemplate({
         apiRoot: apiRoot
     }));
     return this;
 }