From e331188f761669785024bc0f76debb904a1b6210 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 10 Dec 2011 21:26:59 +0400 Subject: misc typo fixes --- functions.js | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'functions.js') diff --git a/functions.js b/functions.js index c47070ed3..926e155cc 100644 --- a/functions.js +++ b/functions.js @@ -8,7 +8,7 @@ Array.prototype.remove = function(s) { for (var i=0; i < this.length; i++) { if (s == this[i]) this.splice(i, 1); } -} +}; /* create console.log if it doesn't exist */ @@ -302,7 +302,7 @@ function gotoExportOpml(filename, settings) { if(x.length>1) { // remove negative sign x=Math.abs(x)+""; - for(j=0;j