cloudstack/ui/plugins/plugins.js

7 lines
118 B
JavaScript

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