mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Removed remaining sdk shortcut module
This commit is contained in:
parent
ef4e238b94
commit
f8f35890a1
7 changed files with 19 additions and 23 deletions
|
@ -12,9 +12,8 @@
|
|||
scope = require.register("./modifiedDOMRectAPI", {});
|
||||
}
|
||||
|
||||
const {checkerWrapper, setProperties: setProperties} = require("./modifiedAPIFunctions");
|
||||
const {getWrapped, checkerWrapper, setProperties: setProperties} = require("./modifiedAPIFunctions");
|
||||
const {byteArrayToString: hash} = require("./hash");
|
||||
const getWrapped = require("sdk/getWrapped");
|
||||
|
||||
|
||||
var randomSupply = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue