Skip to content

Commit

Permalink
Update clippy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatos authored Dec 23, 2021
1 parent 47f37e9 commit a700633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/clippy.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ clippy.Balloon.prototype = {
_sayWords:function (text, hold, complete) {
this._active = true;
this._hold = hold;
text = text + "\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B";
text = text + "\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B\u2006\u200B";
var words = text.split(/[^\S-]/);
var time = this.WORD_SPEAK_TIME;
var el = this._content;
Expand Down

0 comments on commit a700633

Please sign in to comment.