1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 23:17:59 +01:00

* Removed PhantomJS warning from tomahawk.js.

This commit is contained in:
Christian Muehlhaeuser 2011-12-14 17:05:20 +01:00
parent d59ffc55b1
commit c3e8420b57

View File

@ -2,7 +2,7 @@
// if run in phantomjs add fake Tomahawk environment
if(window.Tomahawk === undefined)
{
alert("PHANTOMJS ENVIRONMENT");
// alert("PHANTOMJS ENVIRONMENT");
var Tomahawk = {
fakeEnv: function()
{