From 1ec6b0aed696aca210067b776122bd82db592bd7 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 5 Jun 2014 22:34:01 -0400 Subject: [PATCH] Better TODO wording --- js/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/helpers.js b/js/helpers.js index 29446e2fc4..0a42dfe168 100644 --- a/js/helpers.js +++ b/js/helpers.js @@ -15,7 +15,7 @@ */ /* START CRAP TO BE DELETED */ -//TODO: Stolen from MDN (copyright...) +//Stolen from MDN (TODO: replace with something else so we arent infringing their copyright) function b64ToUint6 (nChr) { return nChr > 64 && nChr < 91 ?