send feedback if client does not support symbols

pull/1/head
ansuz 2017-08-31 18:04:20 +02:00
parent 52019dc763
commit 0302c06d0e
1 changed files with 3 additions and 0 deletions

View File

@ -1966,6 +1966,9 @@ define([
feedback("NO_ARRAYFILL");
}
if (typeof(Symbol) === 'undefined') {
feedback('NO_SYMBOL');
}
common.reportScreenDimensions();
common.reportLanguage();