From c4c35cc87e707609e5b7539b7807d283b2b96445 Mon Sep 17 00:00:00 2001 From: Robert Chen Date: Sat, 30 Nov 2013 21:45:34 -0800 Subject: [PATCH] syntax --- js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index d00fc7d..2731d09 100644 --- a/js/ui.js +++ b/js/ui.js @@ -808,7 +808,7 @@ function MarketItem( gameState, name, x, y, cost, mouseOutImg, mouseOverImg, mou that.bought = true; // record time started - gameState.pubsub.publish( "AddRecord", {type:"Note ", text:"Turkey bought and placed in oven" ); + gameState.pubsub.publish( "AddRecord", {type:"Note ", text:"Turkey bought and placed in oven"} ); gameState.pubsub.publish("Play", {name:"Buy", volume:0.7} );