From 3a63c811eeeb4fbf8bcf77c95ba17b5807e96e8b Mon Sep 17 00:00:00 2001 From: Erich Ocean Date: Thu, 26 May 2011 02:13:36 -0700 Subject: [PATCH] removed comment referencing themes --- packages/sproutcore-views/lib/views/view.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sproutcore-views/lib/views/view.js b/packages/sproutcore-views/lib/views/view.js index 5edd6b86338..e2fa558031b 100644 --- a/packages/sproutcore-views/lib/views/view.js +++ b/packages/sproutcore-views/lib/views/view.js @@ -698,8 +698,6 @@ SC.View = SC.Object.extend( Setup a view, but do not finish waking it up. - configure childViews - - Determine the view's theme - - Fetch a render delegate from the theme, if necessary - register the view with the global views hash, which is used for event dispatch */