/wheels/tests/_plugins/TestGlobalMixins/TestGlobalMixins.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 92eefdd5329e4b68f857c005da82a8b6 MD5 · raw file
- <cfcomponent>
-
- <cffunction name="init">
- <cfset this.version = "99.9.9">
- <cfreturn this>
- </cffunction>
-
- <cffunction name="$GobalTestMixin" returntype="void">
- </cffunction>
-
- </cfcomponent>