From c16f25b956f1fb76925c093fe35b181a41991be4 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 7 Jul 2020 10:08:46 +0200 Subject: [PATCH] swapped section titles in the api documentation --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 6e5b5225..10b3f303 100755 --- a/API.md +++ b/API.md @@ -28,7 +28,7 @@ Currently the API consists of the following methods: * IDE_Morph.prototype.newList() -## Interacting with the IDE +## Referencing the IDE Getting hold of an ide can usually be achieved by evaluating: @@ -58,7 +58,7 @@ In such a set up the ide can be accessed through the ```contentWindow``` propert var ide = document.getElementsByTagName("iframe")[0].contentWindow.world.children[0]; -## Referencing the IDE +## Interacting with the IDE ### IDE_Morph.prototype.broadcast() The broadcast() method triggers all scripts whose hat block listens to the specified message. An optional callback can be added to be run after all triggered scripts have terminated.