Changeset 624
- Timestamp:
- 05/06/07 02:02:38 (6 years ago)
- Files:
-
- 1 modified
-
coldbox/trunk/src/system/plugins/timer.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/src/system/plugins/timer.cfc
r589 r624 11 11 <cfcomponent name="timer" 12 12 hint="This is the timer plugin. It is used to time executions. Facade for request variable" 13 extends=" basePlugin"13 extends="coldbox.system.plugin" 14 14 output="false" 15 15 cache="true"
