]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/wp-emoji-loader.js
WordPress 4.5.1
[autoinstalls/wordpress.git] / wp-includes / js / wp-emoji-loader.js
index 0a9f1919b38831e5913d1638115f776c379251d8..f242a12f2677bf5176312fb17c876a878002e969 100644 (file)
@@ -49,6 +49,7 @@
                                 */
                                context.fillText( stringFromCharCode( 55356, 57221 ), 0, 0 );
                                tonedata = context.getImageData( 16, 16, 1, 1 ).data;
+                               tone = tonedata[0] + ',' + tonedata[1] + ',' + tonedata[2] + ',' + tonedata[3];
 
                                context.fillText( stringFromCharCode( 55356, 57221, 55356, 57343 ), 0, 0 );
                                // Chrome has issues comparing arrays, and Safari has issues converting arrays to strings.