Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
addProgress:function() {
if ( this.progress ) {
return this;
}
this.progress = new Progress();
this.progress.render().$el.prependTo(this.el);
return this;
},
removeProgress:function( percent ) {