From 543c302fa8d58cbd94076930f0ef030942c7bb24 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Wed, 28 Oct 2015 15:55:51 -0600 Subject: [PATCH] Adjusted comments --- js/dictionaryBuilder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/dictionaryBuilder.js b/js/dictionaryBuilder.js index e662654..6d55260 100644 --- a/js/dictionaryBuilder.js +++ b/js/dictionaryBuilder.js @@ -1,4 +1,5 @@ -var currentVersion = 0.2; +//Requires Markdown.js parser +var currentVersion = 0.2; var currentDictionary = { name: "New", @@ -14,7 +15,6 @@ var currentDictionary = { } var defaultDictionaryJSON = JSON.stringify(currentDictionary); //Saves a stringifyed default dictionary. -//document.write(defaultDictionaryJSON); var savedScroll = { x: 0,