Skip to content
Snippets Groups Projects
Commit dc09b532 authored by svornost's avatar svornost
Browse files

Fix _S alias behavior on pages including <<scope>>

parent 5b67ad8d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ $(document).one(':passagestart', function() {
$(document).on(':passagestart', function() {
Object.defineProperty(State.temporary, "S", {
get: () => S
get: () => S,
enumerable: true
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment