proper test for undefined
This commit is contained in:
parent
b733efa264
commit
f1d8fcbe36
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pandora.ui.uploadDialog = function(data) {
|
||||||
// FIXME: is this necessary?
|
// FIXME: is this necessary?
|
||||||
pandora._status = $status;
|
pandora._status = $status;
|
||||||
pandora._info = $info;
|
pandora._info = $info;
|
||||||
if (Ox.isUndefined(Firefogg)) {
|
if (typeof Firefogg == 'undefined') {
|
||||||
/*
|
/*
|
||||||
selectFile = $('<input>')
|
selectFile = $('<input>')
|
||||||
.attr({
|
.attr({
|
||||||
|
|
Loading…
Reference in a new issue