From d971e7015f8092ed18b317fbc4b4a8fa65ff9563 Mon Sep 17 00:00:00 2001 From: Daniel Saxil-Nielsen Date: Thu, 4 Jul 2013 14:59:36 +0100 Subject: [PATCH] Removed the reference to $ I mostly use the module pattern so would rather not use $ (just in case someone decided to include jQuery :S). (function ($) {})(minjs) --- src/$.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/$.js b/src/$.js index 6b91faa..fc37e07 100644 --- a/src/$.js +++ b/src/$.js @@ -1,5 +1,5 @@ /*globals Node:true, NodeList:true*/ -$ = (function (document, window, $) { +minjs = (function (document, window, $) { var node = Node.prototype, nodeList = NodeList.prototype, forEach = 'forEach',