Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

fix path clear method #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/letsplay/letsplay-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ We are going to modify the same file.
// wipe off the
"onClearPaths": function(sender, events){
var pathLayer = this.topology().getLayer("path");
pathLayer.clearPathLayer();
pathLayer.clear();
}

// ...
Expand All @@ -99,4 +99,4 @@ You can find a code example in **/demos/tutorial-007-04/**
## What's next?
The next tutorial covers class extension.

[Read NEXT](./letsplay-05.md)
[Read NEXT](./letsplay-05.md)