assets/perfect-scrollbar.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'versions' => [
        '0.5.9' => [
            'js' => '//cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.5.9/perfect-scrollbar.min.js',
            'css' => '//cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.5.9/perfect-scrollbar.min.css',
        ],
    ],
    'require' => [
        'asset' => [
            'jquery',
        ],
    ],
    'info' => [
        'url' => 'http://noraesae.github.io/perfect-scrollbar',
        'name' => 'Minimalistic but perfect custom scrollbar plugin',
        'desc' => 'Why perfect-scrollbar?
            I was once working on a personal project, and trying to find the jQuery scrollbar plugin that\'s perfect. But there was no perfect one. That\'s why I decided to make one.
            perfect-scrollbar is minimalistic but perfect (for me, and maybe for most developers) scrollbar plugin working with jQuery or vanilla JavaScript as well.',
        'git' => 'https://github.com/noraesae/perfect-scrollbar.git',
    ],
];