From ed459e06ae1eb2b2f6bf38620b197ec2a5c39368 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sat, 4 Apr 2015 17:06:54 +0300 Subject: [PATCH] cleanup --- app/controllers.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers.js b/app/controllers.js index 8729f04..fbfd049 100644 --- a/app/controllers.js +++ b/app/controllers.js @@ -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);