Web site meant to accompany a virtual machine setup specific to ProjPad.

plugins.js 474B

12345678910
  1. window.log = function(){
  2. log.history = log.history || [];
  3. log.history.push(arguments);
  4. arguments.callee = arguments.callee.caller;
  5. if(this.console) console.log( Array.prototype.slice.call(arguments) );
  6. };
  7. (function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});