Undo spaces changes

This commit is contained in:
Rolando Guedes
2016-05-13 21:02:35 +01:00
parent cb8f7f53c2
commit c343c008ed

View File

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