mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-28 16:59:58 +02:00
support for plugins where the init method doesn't return a Promise
This commit is contained in:
@@ -97,8 +97,6 @@ c:[{cN:"comment",b:/\(\*/,e:/\*\)/},e.ASM,e.QSM,e.CNM,{b:/\{/,e:/\}/,i:/:/}]}});
|
||||
}
|
||||
} );
|
||||
|
||||
return Promise.resolve();
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
|
@@ -84,8 +84,6 @@ var RevealMath = window.RevealMath || (function(){
|
||||
|
||||
} );
|
||||
|
||||
return Promise.resolve();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -168,8 +168,6 @@ var RevealNotes = (function() {
|
||||
|
||||
}
|
||||
|
||||
return Promise.resolve();
|
||||
|
||||
},
|
||||
|
||||
open: openNotes
|
||||
|
@@ -22,8 +22,6 @@ var RevealZoom = (function(){
|
||||
}
|
||||
} );
|
||||
|
||||
return Promise.resolve();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user