How to use the progress.js function in progress

To help you get started, we’ve selected a few progress examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mcguffin / acf-dropzone / src / js / lib / acf-dropzone.js View on Github external
addProgress:function() {
		if ( this.progress ) {
			return this;
		}
		this.progress = new Progress();
		this.progress.render().$el.prependTo(this.el);
		return this;
	},
	removeProgress:function( percent ) {