// Generated by CoffeeScript 1.9.3varPaddingLeft,_Length,extend=function(child,parent){for(varkeyinparent){if(hasProp.call(parent,key))child[key]=parent[key];}functionctor(){this.constructor=child;}ctor.prototype=parent.prototype;child.prototype=newctor();child.__super__=parent.prototype;returnchild;},hasProp={}.hasOwnProperty;_Length=require('./_Length');module.exports=PaddingLeft=(function(superClass){extend(PaddingLeft,superClass);functionPaddingLeft(){returnPaddingLeft.__super__.constructor.apply(this,arguments);}returnPaddingLeft;})(_Length);