Unload test plugin by default

This commit is contained in:
Brian Federle 2013-02-11 11:47:44 -08:00
parent b67e49d8ce
commit 313b604fe1

View File

@ -1,5 +1,5 @@
(function($, cloudStack) {
cloudStack.plugins = [
'testPlugin'
// 'testPlugin'
];
}(jQuery, cloudStack));