mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
a4d9be9bd5
commit
f3a6031f5a
3 changed files with 19 additions and 7 deletions
|
@ -4,7 +4,9 @@
|
|||
|
||||
const require = function(){
|
||||
"use strict";
|
||||
window.scope = {};
|
||||
if (!window.scope){
|
||||
window.scope = {};
|
||||
}
|
||||
const scope = window.scope;
|
||||
|
||||
function getScopeName(module){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue