Merge pull request #2248 from kazuhitoyokoi/master-removeunusedvariables

Remove unused variable
This commit is contained in:
Nick O'Leary
2019-08-02 09:42:22 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -352,7 +352,6 @@
},
oneditsave: function() {
var rules = $("#node-input-rule-container").editableList('items');
var ruleset;
var node = this;
node.rules = [];
rules.each(function(i) {

View File

@@ -226,7 +226,6 @@
},
oneditsave: function() {
var rules = $("#node-input-rule-container").editableList('items');
var ruleset;
var node = this;
node.rules= [];
rules.each(function(i) {