new build

This commit is contained in:
zeke
2012-01-24 16:30:26 -08:00
parent 54209dd341
commit 4ce5b8fe9c
5 changed files with 70 additions and 50 deletions

View File

@@ -62,10 +62,10 @@ function clippyCopiedCallback(a) {
}
// Logging function that accounts for browsers that don't have window.console
function log(m) {
if (window.console) console.log(m);
function log() {
if (window.console) console.log.apply(console,arguments);
}
var Docs = {
shebang: function() {