mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Add some aliases to tomahawk.js
This commit is contained in:
@@ -311,4 +311,10 @@ Tomahawk.sha256=function(s){
|
|||||||
s = Utf8Encode(s);
|
s = Utf8Encode(s);
|
||||||
return binb2hex(core_sha256(str2binb(s), s.length * chrsz));
|
return binb2hex(core_sha256(str2binb(s), s.length * chrsz));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// some aliases
|
||||||
|
Tomahawk.setTimeout = window.setTimeout;
|
||||||
|
Tomahawk.setInterval = window.setInterval;
|
||||||
|
Reference in New Issue
Block a user