mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-17 15:21:22 +00:00
style(App) eliminate whitespace at the end of code lines (#5735)
This commit is contained in:
@@ -156,7 +156,7 @@ EditBitmapWidget.prototype.loadCanvas = function() {
|
||||
};
|
||||
// Get the current bitmap into an image object
|
||||
if(tiddler && tiddler.fields.type && tiddler.fields.text) {
|
||||
currImage.src = "data:" + tiddler.fields.type + ";base64," + tiddler.fields.text;
|
||||
currImage.src = "data:" + tiddler.fields.type + ";base64," + tiddler.fields.text;
|
||||
} else {
|
||||
currImage.width = DEFAULT_IMAGE_WIDTH;
|
||||
currImage.height = DEFAULT_IMAGE_HEIGHT;
|
||||
|
||||
Reference in New Issue
Block a user