1
0
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:
Dominik Schmidt
2011-08-14 14:37:16 +02:00
parent 9b7db84a9e
commit 4f24e9c5f8

View File

@@ -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;