summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Bello <tylerbello@users.sourceforge.net>2009-07-01 20:07:23 +0000
committerTyler Bello <tylerbello@users.sourceforge.net>2009-07-01 20:07:23 +0000
commit01a5b504e0bf7c89eb6d00250c8540c08fb21f30 (patch)
tree0a79f6d2b3750671719e9e121306a36c5ebad278
parent54ca4603ec5406fe4ad924515adff2f58603597c (diff)
downloadutil-01a5b504e0bf7c89eb6d00250c8540c08fb21f30.tar.gz
util-01a5b504e0bf7c89eb6d00250c8540c08fb21f30.tar.bz2
util-01a5b504e0bf7c89eb6d00250c8540c08fb21f30.zip
clean up $ function to be in namespace
-rw-r--r--javascript/bitweaver.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/javascript/bitweaver.js b/javascript/bitweaver.js
index 4689b94..23b0f99 100644
--- a/javascript/bitweaver.js
+++ b/javascript/bitweaver.js
@@ -1,4 +1,4 @@
-// $Header: /cvsroot/bitweaver/_bit_util/javascript/bitweaver.js,v 1.44 2009/06/30 19:05:33 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_util/javascript/bitweaver.js,v 1.45 2009/07/01 20:07:23 tylerbello Exp $
// please modify this file and leave plenty of comments. This file will be
// compressed automatically. Please make sure you only use comments beginning
@@ -1055,7 +1055,7 @@ BitBase = {
}
}
}
- }
+ },
/**
@@ -1064,7 +1064,7 @@ BitBase = {
**
** It's use is strongly discouraged, particularly in distro'ed packages
**/
- function $() {
+ "$": function() {
var elements = new Array();
for (var i = 0; i < arguments.length; i++) {
var element = arguments[i];