Skip to content

Commit

Permalink
Fix build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 24, 2018
1 parent 319972b commit 1722ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/notify.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Notify = factory());
(global.notify = factory());
}(this, (function () { 'use strict';

// 提醒是否添加chrome通知
Expand Down

0 comments on commit 1722ab3

Please # to comment.