Fix example in plugin README
This commit is contained in:
@@ -437,7 +437,7 @@ Example:
|
|||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
// pluginB
|
// pluginB
|
||||||
document.addEventListener("impress:init", function (event) {
|
document.addEventListener("impress:plugina:init", function (event) {
|
||||||
// plugin B implementation
|
// plugin B implementation
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user