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} );