This commit is contained in:
Julian Viereck 2011-09-05 17:42:58 -07:00
parent 0134143c67
commit 71ff8ee586
7 changed files with 154 additions and 122 deletions

View file

@ -9,7 +9,7 @@ var console = {
var args = Array.prototype.slice.call(arguments);
postMessage({
action: 'log',
data: args
data: args
});
},