]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/ObjectGroupConfiguration.js
jslint: not declared variable, missing semicolon, parseInt base
[pmg-gui.git] / js / ObjectGroupConfiguration.js
index 0694ea07891ad1824eaffcc174f23ff74d4054a4..03515fe5b6f2f93b64def73a8ae6226af6cb0391 100644 (file)
@@ -11,7 +11,7 @@ Ext.define('PMG.ObjectGroupConfiguration', {
        var me = this;
 
        if (me.ogclass === undefined) {
-           throw "undefined object group class"
+           throw "undefined object group class";
        }
        
        if (!(PMG.Utils.oclass_text[me.ogclass])) {