Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)

This commit is contained in:
dceejay
2015-04-16 10:58:34 +01:00
parent 1e7717ac8a
commit bb9d67f1ae
18 changed files with 34 additions and 40 deletions

View File

@@ -153,7 +153,7 @@ voltage ten times in rapid succession for each input message and output the mean
// Handle resizing the Input Scaling div when the dialog is resized - this isn't quite right!
function switchDialogResize(ev, ui) {
$("#node-input-breakpoint-container-div").css("height", (ui.size.height - 299) + "px");
};
}
$("#dialog").on("dialogresize", switchDialogResize);
$("#dialog").one("dialogopen", function (ev) {