~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-includes/js/wp-emoji-loader.js

  • Committer: Barry Price
  • Date: 2016-04-27 04:42:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: barry.price@canonical.com-20160427044245-ob1jzpeq2ex7jv07
Merge WP 4.5.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                 */
50
50
                                context.fillText( stringFromCharCode( 55356, 57221 ), 0, 0 );
51
51
                                tonedata = context.getImageData( 16, 16, 1, 1 ).data;
 
52
                                tone = tonedata[0] + ',' + tonedata[1] + ',' + tonedata[2] + ',' + tonedata[3];
52
53
 
53
54
                                context.fillText( stringFromCharCode( 55356, 57221, 55356, 57343 ), 0, 0 );
54
55
                                // Chrome has issues comparing arrays, and Safari has issues converting arrays to strings.