From b52222a0e165825bf507b4f69b33d51c84eb85d4 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 10 May 2012 15:11:40 -0700 Subject: CSS Panel - Fix errors from new Montage and remove logs. --- js/panels/css-panel/css-panel.reel/css-panel.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/panels/css-panel/css-panel.reel/css-panel.js') diff --git a/js/panels/css-panel/css-panel.reel/css-panel.js b/js/panels/css-panel/css-panel.reel/css-panel.js index b6e9613b..4a2062af 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.js +++ b/js/panels/css-panel/css-panel.reel/css-panel.js @@ -8,18 +8,12 @@ var Montage = require("montage/core/core").Montage, Component = require("montage/ui/component").Component; exports.CSSPanelNew = Montage.create(Component, { - - prepareForDraw : { value: function() { - console.log("css panel : prepare for draw"); } }, draw : { value: function() { - console.log("css panel : draw. height: ", this.height); - - } } }); -- cgit v1.2.3