Fix #176: close window on OSX

This commit is contained in:
DC
2016-03-21 03:29:54 -07:00
parent 719f0561b1
commit 34a8afa9ec
4 changed files with 16 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ module.exports = {
video: { /* state of the video player screen */
currentTime: 0, /* seconds */
duration: 1, /* seconds */
isPaused: false,
isPaused: true,
mouseStationarySince: 0 /* Unix time in ms */
},
dock: {