(trunk web) IE hates extra commas

This commit is contained in:
Kevin Glowacz
2009-05-26 15:11:44 +00:00
parent 99959499e1
commit 8ffbe72dcb

View File

@@ -137,7 +137,7 @@ TransmissionRemote.prototype =
var tr = this._controller;
this.sendRequest( {
method: 'torrent-get',
arguments: { fields: [ 'id', 'fileStats'], ids: torrent_ids },
arguments: { fields: [ 'id', 'fileStats'], ids: torrent_ids }
}, function(data) {
tr.updateTorrentsFileData( data.arguments.torrents );
} );