Fix compile syntax error in ipmi.js

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2012-01-04 19:14:27 +00:00
parent d444e0a39d
commit 3dd93ee124

View File

@ -262,7 +262,7 @@ ipmiPlugin.prototype.getInitFunction = function(){
};
ipmiPlugin.prototype.getNextFunction = function(){
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined,];
return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined];
};
/**