From 14781d6d55b86bf6ab749eac7686fa2db13efe32 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Fri, 19 Apr 2013 23:09:45 +0200 Subject: [PATCH] just added whitespace --- public/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 864ad7c..33ab516 100644 --- a/public/index.html +++ b/public/index.html @@ -86,7 +86,8 @@ }); } } - } + }; + var setDoc = function(attribute) { var mode = 'markdown'; editor.setReadOnly(true); @@ -130,6 +131,7 @@ var mapping = { 'ignore': ["name", "version"] }; + function addComputed(doc) { var snapshot = doc.snapshot; snapshot._keys = _.filter( @@ -140,6 +142,7 @@ && key != 'version'; }); } + function initViewModel(doc) { addComputed(doc); var snapshot = doc.snapshot;