cloudstack/ui/plugins/plugins.js

6 lines
98 B
JavaScript

(function($, cloudStack) {
cloudStack.plugins = [
'testPlugin'
];
}(jQuery, cloudStack));