Skip to content

Commit

Permalink
style: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco committed Jan 13, 2025
1 parent 12ba2ef commit 2a4b0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/common/js/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const when_in_viewport = function(node, callback, once=true) {
);
observer.observe(node);


return observer
}//end when_in_viewport

Expand Down
2 changes: 1 addition & 1 deletion core/page/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/page/css/main.css.map

Large diffs are not rendered by default.

0 comments on commit 2a4b0c1

Please sign in to comment.