Adjusted comments

This commit is contained in:
Robbie Antenesse 2015-10-28 15:55:51 -06:00
parent 8abef4c95d
commit 543c302fa8
1 changed files with 2 additions and 2 deletions

View File

@ -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,