initial commit for the new interface. includes: html5 boilerplate with modernizr, datatables, base.html and index.html

This commit is contained in:
Remy
2011-08-04 14:53:31 -07:00
parent 7ee5e78bf4
commit dc53c38f27
34 changed files with 9999 additions and 1513 deletions
+9
View File
@@ -0,0 +1,9 @@
window.log = function(){
log.history = log.history || [];
log.history.push(arguments);
arguments.callee = arguments.callee.caller;
if(this.console) console.log( Array.prototype.slice.call(arguments) );
};
(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||{});