mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
docs(demos): fix actionSheet demo
This commit is contained in:
@ -36,8 +36,6 @@ class DemoApp {
|
||||
|
||||
window.addEventListener('message', (e) => {
|
||||
//TODO(@drewrygh)
|
||||
e = {};
|
||||
e.data = '{}';
|
||||
zone.run(() => {
|
||||
if (e.data) {
|
||||
var data;
|
||||
|
Reference in New Issue
Block a user