fix hashtag
This commit is contained in:
+2
-2
@@ -130,8 +130,8 @@ HTMLActuator.prototype.scoreTweetButton = function () {
|
||||
tweet.setAttribute("data-via", "gabrielecirulli");
|
||||
tweet.textContent = "Tweet";
|
||||
|
||||
var text = "I scored " + this.score + " points at #2048, a game where you " +
|
||||
"join numbers to score high!";
|
||||
var text = "I scored " + this.score + " points at 2048, a game where you " +
|
||||
"join numbers to score high! #2048game";
|
||||
tweet.setAttribute("data-text", text);
|
||||
|
||||
return tweet;
|
||||
|
||||
Reference in New Issue
Block a user