diff --git a/src/General/lib/polyfill.coffee b/src/General/lib/polyfill.coffee index 08ce47683..6f7799f06 100755 --- a/src/General/lib/polyfill.coffee +++ b/src/General/lib/polyfill.coffee @@ -1,10 +1,8 @@ Polyfill = init: -> - <% if (type === 'crx') { %> @notificationPermission() @toBlob() @visibility() - <% } %> notificationPermission: -> return if !window.Notification or 'permission' of Notification or !window.webkitNotifications Object.defineProperty Notification, 'permission',