mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-18 15:28:44 +02:00
26 lines
286 B
PHP
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';
|
|
|
|
} |