mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
Add some aliases to tomahawk.js
This commit is contained in:
@@ -312,3 +312,9 @@ Tomahawk.sha256=function(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