2015-12-18 12:27:46 -07:00
|
|
|
<cfcomponent output="no">
|
2015-12-21 06:03:40 -07:00
|
|
|
<cffunction name="init" output="false" returntype="any">
|
|
|
|
<cfscript>
|
|
|
|
variables.instance = structNew();
|
|
|
|
return this;
|
|
|
|
</cfscript>
|
|
|
|
</cffunction>
|
2015-12-18 12:27:46 -07:00
|
|
|
</cfcomponent>
|