Skip to content

Commit 52dccf3

Browse files
committed
rebranching sample
1 parent aa7589f commit 52dccf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chapter-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ that address in the address bar). Since all our changes are on client side, you
158158
Now we will add some more interesting functionality to the basic extension:
159159

160160
Start by adding a handler for the SELECTION_CHANGED event to the Extension (i.e. editing the file 'Viewing.Extension.Workshop.js'). This event is triggered when user
161-
selects a component in the model. Register your handler callback in the _self.load function, and then add the function definition below that function.
161+
selects a component in the model. Register your handler callback in the _self.load function, and then add the function definition below.
162162
<pre>
163163
_self.load = function () {
164164

@@ -493,7 +493,7 @@ Here are two YouTube videos explaining how to use the gallery sample and a coupl
493493

494494
You can get the final source code as zip from [here](https://github.com/cyrillef/workflow-node.js-view.and.data.api/archive/workshop-viewer-customization-step7.zip), or using git:
495495
```
496-
git checkout workshop-viewer-customization-step7
496+
git checkout v1.0-workshop-extension
497497
```
498498

499499
=========================

0 commit comments

Comments
 (0)