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",
"Scribus",
"scrollable",
"scrollbars",
"Sesotho",
"Setswana",
"shader's",
@ -449,6 +450,7 @@
"Valoda",
"vaporwave",
"Venda",
"Verdana",
"verts",
"Viacam",
"Việt",

View File

@ -1,8 +1,7 @@
// Based on: https://github.com/evernote/serge/blob/master/lib/Serge/Engine/Plugin/parse_rc.pm
module.exports =
function parse_rc_file(rc_file_text, callback, lang) {
module.exports = function parse_rc_file(rc_file_text, callback, lang) {
// if (!callback) {
// 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
// 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.
// @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
// if (!transparency) { // now if !transparency or if tool_transparent_mode
// this is mainly in order to support patterns as the background color

View File

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