Files
wordpress-dev-env/wordpress_plugins/wp-config-file-editor/Libraries/JavaScript/jQueryMenu.class.php
Felix Förtsch 648ded8896 Initial commit
2020-10-20 14:39:50 +02:00

26 lines
286 B
PHP

<?php
/**
*
*/
/**
*
*/
namespace WCFE\Libraries\JavaScript;
# Script resource
use WPPFW\Services\Queue\ScriptResource;
/**
*
*/
class jQueryMenu extends ScriptResource {
/**
* put your comment there...
*
* @var mixed
*/
protected $fileName = 'jquery-menu-ui.min.js';
}