Format some last bits of code

main
Isaiah Odhner 2022-01-19 09:59:49 -05:00
parent 5ff5f8b0c4
commit 4a9163fb6d
9 changed files with 45 additions and 45 deletions

View File

@ -364,6 +364,7 @@
"Satanas", "Satanas",
"Scribus", "Scribus",
"scrollable", "scrollable",
"scrollbars",
"Sesotho", "Sesotho",
"Setswana", "Setswana",
"shader's", "shader's",
@ -449,6 +450,7 @@
"Valoda", "Valoda",
"vaporwave", "vaporwave",
"Venda", "Venda",
"Verdana",
"verts", "verts",
"Viacam", "Viacam",
"Việt", "Việt",

View File

@ -1,8 +1,7 @@
// Based on: https://github.com/evernote/serge/blob/master/lib/Serge/Engine/Plugin/parse_rc.pm // Based on: https://github.com/evernote/serge/blob/master/lib/Serge/Engine/Plugin/parse_rc.pm
module.exports = module.exports = function parse_rc_file(rc_file_text, callback, lang) {
function parse_rc_file(rc_file_text, callback, lang) {
// if (!callback) { // if (!callback) {
// throw new TypeError('callback not specified'); // throw new TypeError('callback not specified');
// } // }

View File

@ -153,7 +153,7 @@ class OnCanvasSelection extends OnCanvasObject {
// and should end up as the cut out image data for the selection // and should end up as the cut out image data for the selection
// canvasImageData is initially the portion of image data on the canvas, // canvasImageData is initially the portion of image data on the canvas,
// and should end up as... the portion of image data on the canvas that it should end up as. // and should end up as... the portion of image data on the canvas that it should end up as.
// @TODO: could simplify by making the later (shared) condition just if(colored_cutout){} // @TODO: could simplify by making the later (shared) condition just if (colored_cutout)
// but might change how it works anyways so whatever // but might change how it works anyways so whatever
// if (!transparency) { // now if !transparency or if tool_transparent_mode // if (!transparency) { // now if !transparency or if tool_transparent_mode
// this is mainly in order to support patterns as the background color // this is mainly in order to support patterns as the background color

View File

@ -464,7 +464,6 @@
$G.off("pointermove.session-hook", pointermove); $G.off("pointermove.session-hook", pointermove);
}); });
}
}); });
*/ */
} }