Removed the testing code for the PlayItemsModal.

This commit is contained in:
Scott Erickson 2014-11-03 20:53:49 -08:00
parent 33d14918b0
commit 2dee00883c

View file

@ -4,8 +4,6 @@ WizardLank = require 'lib/surface/WizardLank'
ThangType = require 'models/ThangType' ThangType = require 'models/ThangType'
Simulator = require 'lib/simulator/Simulator' Simulator = require 'lib/simulator/Simulator'
PlayItemsModal = require 'views/play/modal/PlayItemsModal' # TEST
{me} = require '/lib/auth' {me} = require '/lib/auth'
module.exports = class HomeView extends RootView module.exports = class HomeView extends RootView
@ -37,8 +35,3 @@ module.exports = class HomeView extends RootView
e.stopImmediatePropagation() e.stopImmediatePropagation()
window.tracker?.trackEvent 'Homepage', Action: 'Play' window.tracker?.trackEvent 'Homepage', Action: 'Play'
window.open '/play', '_blank' window.open '/play', '_blank'
# TEST
afterInsert: ->
super()
@openModalView new PlayItemsModal()