This commit is contained in:
Borys Levytskyi
2015-04-04 17:06:54 +03:00
parent fab8668993
commit ed459e06ae

View File

@@ -60,9 +60,6 @@ app.compose(function() {
clear: function (){
this.viewElement.innerHTML = '';
},
onViewAttached: function(el) {
var r = 1;
},
display: function ( model) {
var view = app.buildViewFor(model);