From 8fed89164f22f1875b700f54ef9786cb8ea5e60c Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Fri, 30 Mar 2012 11:19:40 -0700 Subject: [PATCH] Add the appkit_tag_dom_elements flag to the NibApplication index-debug.html template --- .../capp/Resources/Templates/NibApplication/index-debug.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/capp/Resources/Templates/NibApplication/index-debug.html b/Tools/capp/Resources/Templates/NibApplication/index-debug.html index 2ad737f6b..524efa47d 100644 --- a/Tools/capp/Resources/Templates/NibApplication/index-debug.html +++ b/Tools/capp/Resources/Templates/NibApplication/index-debug.html @@ -52,6 +52,10 @@ // Uncomment to enable a specific logger: //CPLogRegister(CPLogConsole); //CPLogRegister(CPLogPopup); + + // Tag view DOM elements with a "data-cappuccino-view" attribute that contains + // the class name of the view that created them. Comment this or set to false to disable. + appkit_tag_dom_elements = true;