Skip to content

Commit

Permalink
upgrade documentation-js
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Aug 1, 2019
1 parent 3511e72 commit 87a9963
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 151 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"babel-eslint": "^10.0.1",
"browserify": "^16.2.3",
"d3": "^4.12.0",
"documentation": "~9.1.1",
"documentation": "~12.1.0",
"ejs": "^2.5.7",
"eslint": "^5.15.3",
"eslint-config-mourner": "^3.0.0",
Expand Down
3 changes: 1 addition & 2 deletions src/source/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ export interface Source {
}

type SourceStatics = {
/**
/*
* An optional URL to a script which, when run by a Worker, registers a {@link WorkerSource}
* implementation for this Source type by calling `self.registerWorkerSource(workerSource: WorkerSource)`.
* @private
*/
workerSourceURL?: URL;
};
Expand Down
Loading

0 comments on commit 87a9963

Please sign in to comment.