mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 00:32:13 -08:00
Whitespace!
This commit is contained in:
parent
e5ba101ebe
commit
a4a2b27749
1 changed files with 8 additions and 8 deletions
|
|
@ -101,14 +101,14 @@ exports.handleEvent = function(event) {
|
|||
exports.executeMacro = function() {
|
||||
this.inZoomer = false;
|
||||
var attributes = {
|
||||
style: {
|
||||
"position": "absolute",
|
||||
"right": "0",
|
||||
"top": "0",
|
||||
"min-width": "16px",
|
||||
"height": "100%" // Makes the height the same as the body, since the body is position:relative
|
||||
}
|
||||
};
|
||||
style: {
|
||||
"position": "absolute",
|
||||
"right": "0",
|
||||
"top": "0",
|
||||
"min-width": "16px",
|
||||
"height": "100%" // Makes the height the same as the body, since the body is position:relative
|
||||
}
|
||||
};
|
||||
if(this.classes) {
|
||||
attributes["class"] = this.classes.slice(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue