summaryrefslogtreecommitdiffhomepage
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorMartin Jurča2018-02-20 10:30:56 +0100
committerMartin Jurča2018-02-20 10:30:56 +0100
commit6a2c5b4de833c73f656945253e7b72e31870c88a (patch)
tree479ca343f50e67fd6c48cc80ff7f18530ca5d48a /plugin/notes/notes.html
parent8468d82433cd04952e1fdc0ce68363a2cf618b13 (diff)
documentation
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index eff1275..a6bd5e2 100644
--- a/plugin/notes/notes.html
+++ b/plugin/notes/notes.html
@@ -378,6 +378,9 @@
} );
+ /**
+ * Asynchronously calls the Reveal.js API of the main frame.
+ */
function callRevealApi( methodName, methodArguments, callback ) {
var callId = ++lastRevealApiCallId;
pendingCalls[callId] = callback;