philippfrenzel/yii2fullcalendar

View on GitHub
MomentAsset.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace yii2fullcalendar;

use yii\web\AssetBundle;

/**
 * @link http://www.frenzel.net/
 * @author Philipp Frenzel <philipp@frenzel.net> 
 */

class MomentAsset extends AssetBundle
{
    /**
     * [$sourcePath description]
     * @var string
     */
    public $sourcePath = '@bower/moment';

    /**
     * [$js description]
     * @var array
     */
    public $js = [
        'moment.js'
    ];

}