Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed Oct 11, 2024
1 parent d3b25ec commit 4877d99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions nodes/camera.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { option } = require("grunt");

module.exports = function (RED) {
'use strict';

Expand Down
3 changes: 1 addition & 2 deletions nodes/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,10 @@
}
}

var classes = classesInput.value.split(',');
var classes = classesInput.value.split(',');;
for (var i = 0; i < classes.length; i++) {
createClassInput(i, classes[i]);
}
createClassInput(classes.length);

},
oneditsave: function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-sscma",
"version": "0.0.4",
"version": "0.0.5",
"description": "Node-RED nodes for SSCMA",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4877d99

Please sign in to comment.