Skip to content

Commit

Permalink
remove duplicate identifier 'iNotify'
Browse files Browse the repository at this point in the history
  • Loading branch information
JobbyM authored and jaywcjlove committed Sep 15, 2017
1 parent 40af7d0 commit 14fbbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/iNotify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/iNotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
(root.iNotify = factory());
}(this, function (root, undefined) {
var repeatableEffects = ['flash', 'scroll'],
iNotify,
defaultNotification = {
title : "通知!",
body : '您来了一条新消息',
Expand Down Expand Up @@ -254,4 +253,4 @@
window.Notification.requestPermission();
}
return iNotify;
}));
}));

0 comments on commit 14fbbe2

Please sign in to comment.