Skip to content

Instantly share code, notes, and snippets.

View texastoland's full-sized avatar
:octocat:
Getting my open source groove back

Texas Toland texastoland

:octocat:
Getting my open source groove back
View GitHub Profile
@texastoland
texastoland / align.js
Created July 1, 2018 05:31
My first OSS circa 2008
/**
* @author jtoland
*/
Ext.ux.extendMixin('Ext.ux.layout.AlignLayout', Ext.layout.ContainerLayout, function( $super ) { return {
monitorResize:true,
parseMargins : function( val ) {
if (typeof val == 'string') { return arguments.callee.call(null, val.split(' ')); }