argh, javascript

This commit is contained in:
David Baker 2015-07-03 16:35:06 +01:00
parent 1baaf39c48
commit b8f9cb44b8

View File

@ -43,8 +43,9 @@ module.exports = {
enable: function() {
if (!this.havePermission()) {
var that = this;
global.Notification.requestPermission(function() {
this.forceUpdate();
that.forceUpdate();
});
}