Undo spaces changes

This commit is contained in:
Rolando Guedes
2016-05-13 21:05:26 +01:00
parent c343c008ed
commit 9e33be0ab1

View File

@@ -11,7 +11,7 @@ var TorrentSummary = require('../lib/torrent-summary')
var {dispatch, dispatcher} = require('../lib/dispatcher')
// Handles volume change by wheel
function handleVolumeWheel(e) {
function handleVolumeWheel (e) {
dispatch('changeVolume', (-e.deltaY | e.deltaX) / 500)
}