diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c094bf5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +nbproject/ \ No newline at end of file diff --git a/template/Template.js b/template/Template.js index 4a68f32..4a0aa96 100644 --- a/template/Template.js +++ b/template/Template.js @@ -235,7 +235,7 @@ CRunTemplate.prototype = CServices.extend(new CRunExtension(), break; // Dummy action : calls the CND_DUMMY2 condition of this object - case CRunTemplate.ACT_DUMMY2; + case CRunTemplate.ACT_DUMMY2: var string = act.getParamExpString(this.rh, 0); this.generateEvent(CRunTemplate.CND_DUMMY2, string); break;