From 11e399a8fccb18735d567cd1ee2a5ee164f68eea Mon Sep 17 00:00:00 2001 From: Commander-lol <ljcapitanio@gmail.com> Date: Sat, 1 Nov 2014 23:16:18 +0000 Subject: [PATCH] Removed pointless comment Removed comment that was the beginning of an attempt to document the library as it evolved; that effort obviously fell to the wayside. Proper documentation will occur when things are more complete. --- js/tinyDOM.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/tinyDOM.js b/js/tinyDOM.js index a87ff40..7def556 100644 --- a/js/tinyDOM.js +++ b/js/tinyDOM.js @@ -1,4 +1,3 @@ -//Prevent pollution of global namespace with closure (function(){ var tinyDOM = function(selector){ return new tinyDOMFunction(selector); -- GitLab