whitelist Notification global

This commit is contained in:
Guillermo Rauch 2016-07-07 20:10:43 -07:00
parent ffe419f26f
commit 1582b7204c

View file

@ -1,4 +1,5 @@
/* eslint no-new:false */
/* global Notification */
/* eslint no-new:0 */
import React from 'react';
import { ipcRenderer, remote } from 'electron';