]> granicus.if.org Git - transmission/commit
Make accidentally-public function names private
authorJordan Lee <jordan@transmissionbt.com>
Sun, 10 Feb 2013 18:32:40 +0000 (18:32 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Sun, 10 Feb 2013 18:32:40 +0000 (18:32 +0000)
commit32fc85641a31feaab1cbdc781bd6eaaa465bbb25
tree0be8bb07e2c26a692b73fafbd082491d13f48231
parentf70c4d88c7579ca1d0e10dbd3487463a70897eb8
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>
web/javascript/inspector.js