- Docs (JSDoc): Further on preferring void
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
|
||||
/**
|
||||
*
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
function closeBrowser () {
|
||||
$('#imgbrowse_holder').hide();
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
|
||||
/**
|
||||
* @param {string} url
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
function importImage (url) {
|
||||
const newImage = svgCanvas.addSVGElementFromJson({
|
||||
@@ -289,7 +289,7 @@ export default {
|
||||
|
||||
/**
|
||||
* @param {boolean} show
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
function toggleMulti (show) {
|
||||
$('#lib_framewrap, #imglib_opts').css({right: (show ? 200 : 10)});
|
||||
@@ -333,7 +333,7 @@ export default {
|
||||
|
||||
/**
|
||||
*
|
||||
* @returns {undefined}
|
||||
* @returns {void}
|
||||
*/
|
||||
function showBrowser () {
|
||||
let browser = $('#imgbrowse');
|
||||
|
||||
Reference in New Issue
Block a user