From 383062905e97d9904964769dd65f00fcced374e4 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sat, 4 Apr 2015 18:44:38 +0300 Subject: [PATCH] Renamed file. --- app/controllers.js | 2 +- app/{views.js => modelViews.js} | 0 index.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename app/{views.js => modelViews.js} (100%) diff --git a/app/controllers.js b/app/controllers.js index fbfd049..ffb5ad1 100644 --- a/app/controllers.js +++ b/app/controllers.js @@ -57,7 +57,7 @@ app.compose(function() { var html = app.get('html'); return { - clear: function (){ + clear: function () { this.viewElement.innerHTML = ''; }, display: function ( model) { diff --git a/app/views.js b/app/modelViews.js similarity index 100% rename from app/views.js rename to app/modelViews.js diff --git a/index.html b/index.html index 1bf5806..eef3795 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ - +