fix hashtag

This commit is contained in:
Gabriele Cirulli
2014-03-10 19:55:24 +01:00
parent b71af089c5
commit 1ddcdae421
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;