Emoji: The `everythingExceptFlag` browser support flag, introduced in [36816], wasn't being initialised correctly.

See #35300.



git-svn-id: https://develop.svn.wordpress.org/trunk@37029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2016-03-17 04:59:14 +00:00
parent 83080f8e43
commit 00cae29479
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@
tests = Array( 'simple', 'flag', 'unicode8', 'diversity' );
settings.supports = {
everything: true
everything: true,
everythingExceptFlag: true
};
for( ii = 0; ii < tests.length; ii++ ) {