File "open.js"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/assets/js/loader/commands/open.js
File size: 138 bytes
MIME-type: text/plain
Charset: utf-8

export class Open extends $e.modules.CommandBase {
	apply( args ) {
		$e.route( 'app', args );

		return true;
	}
}

export default Open;