| 1 | Index: ViewRenderer.cfc |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- ViewRenderer.cfc (revision 285) |
|---|
| 4 | +++ ViewRenderer.cfc (working copy) |
|---|
| 5 | @@ -4,7 +4,7 @@ |
|---|
| 6 | <cfreturn this /> |
|---|
| 7 | </cffunction> |
|---|
| 8 | |
|---|
| 9 | -<cffunction name="setModelGlue" output="false" hint="Sets the MG instance to use."> |
|---|
| 10 | +<cffunction name="setModelGlue" access="public" output="false" hint="Sets the MG instance to use."> |
|---|
| 11 | <cfargument name="modelGlue" required="true" type="ModelGlue.gesture.ModelGlue" /> |
|---|
| 12 | |
|---|
| 13 | <cfset variables._modelGlue = arguments.modelGlue /> |
|---|