Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文档有误 #21

Open
lqzhgood opened this issue Mar 8, 2019 · 3 comments
Open

文档有误 #21

lqzhgood opened this issue Mar 8, 2019 · 3 comments

Comments

@lqzhgood
Copy link

lqzhgood commented Mar 8, 2019

iNotice 其实是 Notify

Chrome Notice 的用例 根本就跑不通。

iNotify.notify(); 
iNotify.notify({
  title: 'New notice',
  body: 'Thunder, it’s raining...',
  openurl: 'https://jaywcjlove.github.io',
  onclick: function() {
    console.log('on click')
  },
  onshow: function() {
    console.log('on show')
  },
});
@jaywcjlove
Copy link
Owner

嗯是的 @lqzhgood

jaywcjlove added a commit that referenced this issue Mar 8, 2019
@lqzhgood
Copy link
Author

lqzhgood commented Mar 9, 2019

是 Notify 不是 notify。。。。。
Notify.notify(); 都跑不通 更别说 notify.notify() 了。。。

@jaywcjlove
Copy link
Owner

@lqzhgood

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants