proper test for undefined

This commit is contained in:
rolux 2012-06-18 12:56:31 +02:00
parent b733efa264
commit f1d8fcbe36

View file

@ -67,7 +67,7 @@ pandora.ui.uploadDialog = function(data) {
// FIXME: is this necessary?
pandora._status = $status;
pandora._info = $info;
if (Ox.isUndefined(Firefogg)) {
if (typeof Firefogg == 'undefined') {
/*
selectFile = $('<input>')
.attr({