mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-18 20:41:33 +02:00
tweak plugin initialization to enable multi-instance plugins
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* By Jon Snyder <snyder.jon@gmail.com>, February 2013
|
||||
*/
|
||||
|
||||
var RevealSearch = (function() {
|
||||
var Plugin = (function() {
|
||||
|
||||
var matchedSlides;
|
||||
var currentMatchedIndex;
|
||||
@@ -218,4 +218,4 @@ function Hilitor(id, tag)
|
||||
}
|
||||
})();
|
||||
|
||||
export default RevealSearch;
|
||||
export default () => Plugin;
|
Reference in New Issue
Block a user