Skip to content

Instantly share code, notes, and snippets.

View Pagebakers's full-sized avatar

Eelco Wiersma Pagebakers

View GitHub Profile
if(jQuery) (function($){
$.widget("pb.layout", {
_init : function() {
var o = this.options;
this.baseClass = '.' + this.widgetBaseClass + '-',
this._initPanels();
},