mirror of
https://github.com/transmission/transmission.git
synced 2026-04-27 12:15:13 +01:00
Make accidentally-public function names private
inspector.js' functions, beginning with addSubtreeToView(), are leaked into the DOM due to a missing comma at the end of the previous func. Bug #5289 <https://trac.transmissionbt.com/ticket/5289>
This commit is contained in:
@@ -527,7 +527,7 @@ function Inspector(controller) {
|
||||
$(row).bind('wantedToggled',onFileWantedToggled);
|
||||
$(row).bind('priorityToggled',onFilePriorityToggled);
|
||||
$(row).bind('nameClicked',onNameClicked);
|
||||
}
|
||||
},
|
||||
|
||||
addSubtreeToView = function (tor, parent, sub, i) {
|
||||
var key, div;
|
||||
|
||||
Reference in New Issue
Block a user