Skip to content

Commit

Permalink
fixed types FreehandRoiStateData (#317)
Browse files Browse the repository at this point in the history
* fixed types FreehandRoiStateData

* Update docs

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 1315df3 commit 47c370e
Show file tree
Hide file tree
Showing 34 changed files with 924 additions and 922 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

## Dicom Image Toolkit for CornerstoneJS

### Current version: 2.4.2
### Current version: 2.4.3

### Latest Published Release: 2.4.2
### Latest Published Release: 2.4.3

This library provides common DICOM functionalities to be used in web-applications: it's wrapper that simplifies the use of cornerstone-js environment.

Expand Down
722 changes: 361 additions & 361 deletions dist/larvitar.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/larvitar.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/documentation/Tools.Annotation.LengthTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h4 class="name" id="LengthTool"><span class="type-signature"></span>new LengthT

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line164122">line 164122</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line164123">line 164123</a>
</li></ul></dd>


Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/Tools.Brush.WSTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h4 class="name" id="WSTool"><span class="type-signature"></span>new WSTool<span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line165272">line 165272</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line165273">line 165273</a>
</li></ul></dd>


Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/cornerstoneTools.LengthPlotTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h4 class="name" id="LengthPlotTool"><span class="type-signature"></span>new Len

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line163656">line 163656</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line163657">line 163657</a>
</li></ul></dd>


Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ <h3> </h3>
<h1 id="larvitar">Larvitar</h1>
<p><a href="https://github.com/dvisionlab/Larvitar"><img src="https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&amp;prefix=%E2%89%A5&amp;suffix=%25&amp;query=$.typeCoverage.atLeast&amp;uri=https%3A%2F%2Fraw.githubusercontent.com%2Fplantain-00%2Ftype-coverage%2Fmaster%2Fpackage.json" alt="type-coverage"></a></p>
<h2 id="dicom-image-toolkit-for-cornerstonejs">Dicom Image Toolkit for CornerstoneJS</h2>
<h3 id="current-version%3A-2.4.1">Current version: 2.4.1</h3>
<h3 id="latest-published-release%3A-2.4.1">Latest Published Release: 2.4.1</h3>
<h3 id="current-version%3A-2.4.3">Current version: 2.4.3</h3>
<h3 id="latest-published-release%3A-2.4.3">Latest Published Release: 2.4.3</h3>
<p>This library provides common DICOM functionalities to be used in web-applications: it's wrapper that simplifies the use of cornerstone-js environment.</p>
<h2 id="features%3A">Features:</h2>
<ul>
Expand Down
5 changes: 3 additions & 2 deletions docs/documentation/larvitar.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -158947,6 +158947,7 @@ <h1 class="page-title">larvitar.js</h1>
switch (activeTool) {
case "WwwcRegion":
case "Wwwc":
case "Wwwl":
if (viewportData.voi) {
(0, imageStore_1.set)([
"contrast",
Expand Down Expand Up @@ -158988,7 +158989,7 @@ <h1 class="page-title">larvitar.js</h1>
}
break;
default:
console.warn("unhandled tool: " + activeTool);
// console.warn("unhandled tool: " + activeTool);
break;
}
}
Expand Down Expand Up @@ -169168,7 +169169,7 @@ <h1 class="page-title">larvitar.js</h1>
/***/ ((module) => {

"use strict";
module.exports = /*#__PURE__*/JSON.parse('{"name":"larvitar","keywords":["DICOM","imaging","medical","cornerstone"],"version":"2.4.1","description":"typescript library for parsing, loading, rendering and interacting with DICOM images","repository":{"url":"https://github.com/dvisionlab/Larvitar.git","type":"git"},"main":"dist/larvitar.js","types":"dist/index.d.ts","files":["dist","imaging/**/*.d.ts"],"scripts":{"coverage":"typescript-coverage-report","generate-docs":"node_modules/.bin/jsdoc -c jsdoc.json","build":"webpack --config ./bundler/webpack.prod.js &amp;&amp; cp ./dist/larvitar.js ./docs/examples/larvitar.js","dev":"webpack --progress --config ./bundler/webpack.dev.js &amp;&amp; cp ./dist/larvitar.js ./docs/examples/larvitar.js","dev-wip":"webpack serve --config ./bundler/webpack.dev-wip.js"},"author":"Simone Manini &lt;[email protected]> (https://www.dvisionlab.com)","contributors":["Mattia Ronzoni &lt;[email protected]> (https://www.dvisionlab.com)","Sara Zanchi &lt;[email protected]> (https://www.dvisionlab.com)","Ale Re &lt;[email protected]> (https://www.dvisionlab.com)","Laura Borghesi Re &lt;[email protected]> (https://www.dvisionlab.com)"],"license":"MIT","dependencies":{"@rollup/plugin-commonjs":"^17.1.0","cornerstone-core":"^2.6.1","cornerstone-file-image-loader":"^0.3.0","cornerstone-tools":"^6.0.7","cornerstone-wado-image-loader":"^4.13.2","cornerstone-web-image-loader":"^2.1.1","crypto-js":"^4.1.1","dicom-character-set":"^1.0.3","dicom-parser":"^1.8.13","docdash":"^1.2.0","hammerjs":"^2.0.8","jpeg-lossless-decoder-js":"^2.0.7","keycode-js":"^3.1.0","lodash":"^4.17.15","pako":"^1.0.10","papaparse":"^5.3.0","pdfjs-dist":"^3.8.162","plotly.js-dist-min":"^2.27.1","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.21.8","@types/cornerstone-core":"^2.3.0","@types/crypto-js":"^4.1.1","@types/hammerjs":"^2.0.41","@types/lodash":"^4.14.192","@types/papaparse":"^5.3.7","@types/pdfjs-dist":"^2.10.378","@types/plotly.js":"^2.12.30","@types/plotly.js-dist-min":"^2.3.4","@types/uuid":"^9.0.1","babel-loader":"^9.1.2","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","fs":"^0.0.1-security","html-loader":"^4.2.0","html-webpack-plugin":"^5.5.0","ip":"^1.1.8","jsdoc":"^3.6.4","portfinder-sync":"^0.0.2","ts-loader":"^9.4.2","typescript":"^5.0.2","typescript-coverage-report":"^0.7.0","webpack":"^5.76.3","webpack-bundle-analyzer":"^4.8.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.13.1"}}');
module.exports = /*#__PURE__*/JSON.parse('{"name":"larvitar","keywords":["DICOM","imaging","medical","cornerstone"],"version":"2.4.3","description":"typescript library for parsing, loading, rendering and interacting with DICOM images","repository":{"url":"https://github.com/dvisionlab/Larvitar.git","type":"git"},"main":"dist/larvitar.js","types":"dist/index.d.ts","files":["dist","imaging/**/*.d.ts"],"scripts":{"coverage":"typescript-coverage-report","generate-docs":"node_modules/.bin/jsdoc -c jsdoc.json","build":"webpack --config ./bundler/webpack.prod.js &amp;&amp; cp ./dist/larvitar.js ./docs/examples/larvitar.js","dev":"webpack --progress --config ./bundler/webpack.dev.js &amp;&amp; cp ./dist/larvitar.js ./docs/examples/larvitar.js","dev-wip":"webpack serve --config ./bundler/webpack.dev-wip.js"},"author":"Simone Manini &lt;[email protected]> (https://www.dvisionlab.com)","contributors":["Mattia Ronzoni &lt;[email protected]> (https://www.dvisionlab.com)","Sara Zanchi &lt;[email protected]> (https://www.dvisionlab.com)","Ale Re &lt;[email protected]> (https://www.dvisionlab.com)","Laura Borghesi Re &lt;[email protected]> (https://www.dvisionlab.com)"],"license":"MIT","dependencies":{"@rollup/plugin-commonjs":"^17.1.0","cornerstone-core":"^2.6.1","cornerstone-file-image-loader":"^0.3.0","cornerstone-tools":"^6.0.7","cornerstone-wado-image-loader":"^4.13.2","cornerstone-web-image-loader":"^2.1.1","crypto-js":"^4.1.1","dicom-character-set":"^1.0.3","dicom-parser":"^1.8.13","docdash":"^1.2.0","hammerjs":"^2.0.8","jpeg-lossless-decoder-js":"^2.0.7","keycode-js":"^3.1.0","lodash":"^4.17.15","pako":"^1.0.10","papaparse":"^5.3.0","pdfjs-dist":"^3.8.162","plotly.js-dist-min":"^2.27.1","uuid":"^8.3.2"},"devDependencies":{"@babel/core":"^7.21.8","@types/cornerstone-core":"^2.3.0","@types/crypto-js":"^4.1.1","@types/hammerjs":"^2.0.41","@types/lodash":"^4.14.192","@types/papaparse":"^5.3.7","@types/pdfjs-dist":"^2.10.378","@types/plotly.js":"^2.12.30","@types/plotly.js-dist-min":"^2.3.4","@types/uuid":"^9.0.1","babel-loader":"^9.1.2","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","fs":"^0.0.1-security","html-loader":"^4.2.0","html-webpack-plugin":"^5.5.0","ip":"^1.1.8","jsdoc":"^3.6.4","portfinder-sync":"^0.0.2","ts-loader":"^9.4.2","typescript":"^5.0.2","typescript-coverage-report":"^0.7.0","webpack":"^5.76.3","webpack-bundle-analyzer":"^4.8.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.13.1"}}');

/***/ })

Expand Down
18 changes: 9 additions & 9 deletions docs/documentation/module-imaging_imageRendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ <h4 class="name" id="flipImageHorizontal"><span class="type-signature"></span>fl

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159055">line 159055</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159056">line 159056</a>
</li></ul></dd>


Expand Down Expand Up @@ -600,7 +600,7 @@ <h4 class="name" id="flipImageVertical"><span class="type-signature"></span>flip

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159077">line 159077</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159078">line 159078</a>
</li></ul></dd>


Expand Down Expand Up @@ -735,7 +735,7 @@ <h4 class="name" id="getSeriesData"><span class="type-signature"></span>getSerie

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159208">line 159208</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159209">line 159209</a>
</li></ul></dd>


Expand Down Expand Up @@ -917,7 +917,7 @@ <h4 class="name" id="getTemporalSeriesData"><span class="type-signature"></span>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159179">line 159179</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159180">line 159180</a>
</li></ul></dd>


Expand Down Expand Up @@ -1075,7 +1075,7 @@ <h4 class="name" id="invertImage"><span class="type-signature"></span>invertImag

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159033">line 159033</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159034">line 159034</a>
</li></ul></dd>


Expand Down Expand Up @@ -2742,7 +2742,7 @@ <h4 class="name" id="rotateImageLeft"><span class="type-signature"></span>rotate

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159099">line 159099</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159100">line 159100</a>
</li></ul></dd>


Expand Down Expand Up @@ -2877,7 +2877,7 @@ <h4 class="name" id="rotateImageRight"><span class="type-signature"></span>rotat

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159121">line 159121</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159122">line 159122</a>
</li></ul></dd>


Expand Down Expand Up @@ -3012,7 +3012,7 @@ <h4 class="name" id="storeViewportData"><span class="type-signature"></span>stor

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line158944">line 158944</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line158945">line 158945</a>
</li></ul></dd>


Expand Down Expand Up @@ -3586,7 +3586,7 @@ <h4 class="name" id="updateTemporalViewportData"><span class="type-signature"></

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159143">line 159143</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159144">line 159144</a>
</li></ul></dd>


Expand Down
4 changes: 2 additions & 2 deletions docs/documentation/module-imaging_imageReslice.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="page-title">imaging/imageReslice</h1>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159315">line 159315</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159316">line 159316</a>
</li></ul></dd>


Expand Down Expand Up @@ -194,7 +194,7 @@ <h4 class="name" id="resliceSeries"><span class="type-signature"></span>resliceS

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159335">line 159335</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159336">line 159336</a>
</li></ul></dd>


Expand Down
32 changes: 16 additions & 16 deletions docs/documentation/module-imaging_imageStore.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="page-title">imaging/imageStore</h1>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159387">line 159387</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159388">line 159388</a>
</li></ul></dd>


Expand Down Expand Up @@ -194,7 +194,7 @@ <h4 class="name" id="formatDate"><span class="type-signature"></span>formatDate<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159781">line 159781</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159782">line 159782</a>
</li></ul></dd>


Expand Down Expand Up @@ -354,7 +354,7 @@ <h4 class="name" id="formatDateTime"><span class="type-signature"></span>formatD

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159794">line 159794</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159795">line 159795</a>
</li></ul></dd>


Expand Down Expand Up @@ -514,7 +514,7 @@ <h4 class="name" id="getDICOMTag"><span class="type-signature"></span>getDICOMTa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159987">line 159987</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159988">line 159988</a>
</li></ul></dd>


Expand Down Expand Up @@ -674,7 +674,7 @@ <h4 class="name" id="getDICOMTagCode"><span class="type-signature"></span>getDIC

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159969">line 159969</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159970">line 159970</a>
</li></ul></dd>


Expand Down Expand Up @@ -835,7 +835,7 @@ <h4 class="name" id="getTagValue"><span class="type-signature"></span>getTagValu

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line160255">line 160255</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line160256">line 160256</a>
</li></ul></dd>


Expand Down Expand Up @@ -1025,7 +1025,7 @@ <h4 class="name" id="isStringVr"><span class="type-signature"></span>isStringVr<

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159942">line 159942</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159943">line 159943</a>
</li></ul></dd>


Expand Down Expand Up @@ -1185,7 +1185,7 @@ <h4 class="name" id="isValidDate"><span class="type-signature"></span>isValidDat

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159820">line 159820</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159821">line 159821</a>
</li></ul></dd>


Expand Down Expand Up @@ -1345,7 +1345,7 @@ <h4 class="name" id="parseAgeTag"><span class="type-signature"></span>parseAgeTa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159905">line 159905</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159906">line 159906</a>
</li></ul></dd>


Expand Down Expand Up @@ -1505,7 +1505,7 @@ <h4 class="name" id="parseDateTag"><span class="type-signature"></span>parseDate

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159830">line 159830</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159831">line 159831</a>
</li></ul></dd>


Expand Down Expand Up @@ -1665,7 +1665,7 @@ <h4 class="name" id="parseDateTimeTag"><span class="type-signature"></span>parse

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159851">line 159851</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159852">line 159852</a>
</li></ul></dd>


Expand Down Expand Up @@ -1825,7 +1825,7 @@ <h4 class="name" id="parseDICOMFileIDTag"><span class="type-signature"></span>pa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159923">line 159923</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159924">line 159924</a>
</li></ul></dd>


Expand Down Expand Up @@ -1985,7 +1985,7 @@ <h4 class="name" id="parsePatientNameTag"><span class="type-signature"></span>pa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159893">line 159893</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159894">line 159894</a>
</li></ul></dd>


Expand Down Expand Up @@ -2145,7 +2145,7 @@ <h4 class="name" id="parseTag"><span class="type-signature"></span>parseTag<span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line160005">line 160005</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line160006">line 160006</a>
</li></ul></dd>


Expand Down Expand Up @@ -2353,7 +2353,7 @@ <h4 class="name" id="parseTimeTag"><span class="type-signature"></span>parseTime

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159876">line 159876</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159877">line 159877</a>
</li></ul></dd>


Expand Down Expand Up @@ -2513,7 +2513,7 @@ <h4 class="name" id="~setValue"><span class="type-signature type-signature-inner

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159482">line 159482</a>
<a href="larvitar.js.html">larvitar.js</a>, <a href="larvitar.js.html#line159483">line 159483</a>
</li></ul></dd>


Expand Down
Loading

0 comments on commit 47c370e

Please sign in to comment.