mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
(trunk web) fix typo
This commit is contained in:
parent
da9e099cf5
commit
be1e99ab3f
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ Transmission.prototype =
|
|||
var tr = this;
|
||||
var async = false;
|
||||
this.loadDaemonPrefs( async );
|
||||
this.initalizeAllTorrents();
|
||||
this.initializeAllTorrents();
|
||||
|
||||
this.togglePeriodicRefresh( true );
|
||||
},
|
||||
|
@ -1205,7 +1205,7 @@ Transmission.prototype =
|
|||
} );
|
||||
},
|
||||
|
||||
initalizeAllTorrents: function(){
|
||||
initializeAllTorrents: function(){
|
||||
var tr = this;
|
||||
this.remote.getInitialDataFor( null ,function(torrents) { tr.addTorrents(torrents); } );
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue