Skip to content

Instantly share code, notes, and snippets.

@prabhic
prabhic / CSSOM
Created February 15, 2014 20:37 — forked from paceaux/CSSOM
window.analyzer = {
init: function (object, id) {
this.functions.appendTable(id);
this.functions.setupHeaders(object);
this.functions.addData(object);
this.functions.addCaption("Analysis of the stylesheets");
},
data: {},
helpers: {
wrapper: function (id) {