"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 2,
+ "end_with_newline": true,
"jslint_happy": true
}
sendRequest: function (data, callback, context, async) {
var remote = this;
- if (typeof async != 'boolean') {
+ if (typeof (async) != 'boolean') {
async = true;
};
return '▼' + Transmission.fmt.speedBps(t.getDownloadSpeed());
};
-TorrentRendererHelper.formatETA = function(t) {
+TorrentRendererHelper.formatETA = function (t) {
var eta = t.getETA();
if (eta < 0 || eta >= (999 * 60 * 60)) {
return "";