From da64efc06c72ed1b1d5d440d3df264b00774796b Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 26 Sep 2011 13:45:21 -0700 Subject: [PATCH] this isn't working --- src/pane.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pane.coffee b/src/pane.coffee index cc4978f88..67e70bd3c 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -9,9 +9,6 @@ class Pane showing: false constructor: (@window) -> - $('.pane').live 'click', (event) => - console.log @.constructor.name - true add: -> verticalDiv = $('#app-vertical')