234 attempt to fix js error Uncaught SyntaxError: Unexpected identifier 'hidden'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
component extends="taffy.core.resource" taffy:uri="/echo/{parentId}/child/{childId}" output="false" {
|
||||
|
||||
function get(required string parentId, required string childId) output="false" {
|
||||
return rep({ method: "GET", parentId: arguments.parentId, childId: arguments.childId });
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user