From 4cf86a0de9b430f3fdff5df9b6be125c8772a3b6 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 16 Apr 2013 14:38:48 -0400 Subject: [PATCH] missing requirements for previous commit --- src/app/unlock.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/unlock.coffee b/src/app/unlock.coffee index fec56b163a..5de8a450cb 100644 --- a/src/app/unlock.coffee +++ b/src/app/unlock.coffee @@ -1,3 +1,7 @@ +_ = require 'underscore' +{ randomVal } = require './helpers' +{ pets, hatchingPotions } = require('./items').items + ### Listeners to enabled flags, set notifications to the user when they've unlocked features ###