Skip to content

Commit 8044ee8

Browse files
devvaannshabose
authored andcommitted
fix: remove redundant import statements, as the script adds them automatically
1 parent e540272 commit 8044ee8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/worker/IndexingWorker.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
* * Extensions performing large compute tasks should create their own worker and may use easy util methods in
2929
* [worker/WorkerComm](../WorkerComm) to communicate with the web worker.
3030
*
31-
* ## Import
32-
* @example
33-
* ```js
34-
* // usage within extensions:
35-
* const IndexingWorker = brackets.getModule("worker/IndexingWorker");
36-
* ```
3731
* ## Extending the indexing worker
3832
* You can add your own custom scripts to the indexing worker by following the below example. Suppose you have an
3933
* extension folder with the following structure:

src/worker/WorkerComm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* WorkerComm provides util methods to communicate between web workers and Phoenix.
2525
* This module can be loaded from within web-workers and a phoenix extension that loads the web-worker.
2626
*
27-
* ## Import
2827
* ### Creating a WebWorker from your extension and attaching `WorkerComm` to it.
2928
* See an example extension code below that creates its own web worker and uses `WorkerComm` for communication.
3029
* @example

0 commit comments

Comments
 (0)