mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
(function($, cloudStack) {
|
|
cloudStack.plugins = [
|
|
// 'testPlugin'
|
|
];
|
|
}(jQuery, cloudStack));
|