11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
<cfcomponent extends="taffy.core.api">
|
|
<cfscript>
|
|
|
|
this.name = hash(getCurrentTemplatePath());
|
|
|
|
variables.framework = {};
|
|
variables.framework.serializer = "JsonUtilSerializer";
|
|
|
|
</cfscript>
|
|
</cfcomponent>
|