Changeset 1269
- Timestamp:
- 01/22/08 09:10:40 (5 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/src/system/frameworkSupertype.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/src/system/frameworkSupertype.cfc
r1268 r1269 219 219 <!--- Debug Mode Facades ---> 220 220 <cffunction name="getDebugMode" access="public" hint="Facade to get your current debug mode" returntype="boolean" output="false"> 221 <cf setcontroller.getDebuggerService().getDebugMode()>221 <cfreturn controller.getDebuggerService().getDebugMode()> 222 222 </cffunction> 223 223 <cffunction name="setDebugMode" access="public" hint="Facade to set your debug mode" returntype="void" output="false">
