send feedback if client does not support symbols
This commit is contained in:
parent
52019dc763
commit
0302c06d0e
@ -1966,6 +1966,9 @@ define([
|
||||
feedback("NO_ARRAYFILL");
|
||||
}
|
||||
|
||||
if (typeof(Symbol) === 'undefined') {
|
||||
feedback('NO_SYMBOL');
|
||||
}
|
||||
common.reportScreenDimensions();
|
||||
common.reportLanguage();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user