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:
@@ -312,3 +312,9 @@ Tomahawk.sha256=function(s){
|
||||
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