projects
/
project/devel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
71dc21d
)
Remove barely useful devel.js
author
moshe weitzman
Thu, 2 Apr 2009 17:44:33 +0000 (17:44 +0000)
committer
moshe weitzman
Thu, 2 Apr 2009 17:44:33 +0000 (17:44 +0000)
devel.js
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/devel.js
b/devel.js
deleted file mode 100644
(file)
index
b9be300
..0000000
--- a/
devel.js
+++ /dev/null
@@
-1,12
+0,0 @@
-// $Id$
-
-
-/**
- * @name jQuery Logging plugin
- * @author Dominic Mitchell
- * @url http://happygiraffe.net/blog/archives/2007/09/26/jquery-logging
- */
-jQuery.fn.log = function (msg) {
- console.log("%s: %o", msg, this);
- return this;
-};
\ No newline at end of file