aboutsummaryrefslogtreecommitdiff
path: root/plugin/zoom-js/zoom.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-14 14:52:59 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-03-14 14:52:59 +0100
commit6410ed15aa5ce2bdfc1f7f02c818a562ec8a1fc4 (patch)
tree2dfb0a67422aa196b9448c1e3c06338dfb20131f /plugin/zoom-js/zoom.js
parent5301a9ea03a2c5abe857105acbc224c532a8c0e8 (diff)
downloadfreenode-live-2017-presentation-6410ed15aa5ce2bdfc1f7f02c818a562ec8a1fc4.tar
freenode-live-2017-presentation-6410ed15aa5ce2bdfc1f7f02c818a562ec8a1fc4.tar.gz
support for plugins where the init method doesn't return a Promise
Diffstat (limited to 'plugin/zoom-js/zoom.js')
-rw-r--r--plugin/zoom-js/zoom.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/zoom-js/zoom.js b/plugin/zoom-js/zoom.js
index 031514d..92c3ba5 100644
--- a/plugin/zoom-js/zoom.js
+++ b/plugin/zoom-js/zoom.js
@@ -22,8 +22,6 @@ var RevealZoom = (function(){
}
} );
- return Promise.resolve();
-
}
}