1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-15 16:29:34 +00:00

fix accidental tab indentation damage in r12797

This commit is contained in:
Jordan Lee 2011-08-30 02:57:00 +00:00
parent b23131a5b4
commit 03b5f7e4da

View file

@ -1088,7 +1088,7 @@ Transmission.prototype =
return false;
},
refreshInspectorTorrents: function(full)
refreshInspectorTorrents: function(full)
{
// some torrent fields are only used by the inspector, so we defer loading them
// until the user is viewing the torrent in the inspector.