[
https://wso2.org/jira/browse/MASHUP-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16132#action_16132
]
Keith Godwin Chapman commented on MASHUP-637:
---------------------------------------------
Fixed in revision 15495.
Now we can have
this.undispatched= function bar(){
print("dispatched");
}
OR
this.undispatched= "bar";
function bar(){
print("dispatched");
}
> Dispatch undispatched operations to a special method
> -----------------------------------------------------
>
> Key: MASHUP-637
> URL: https://wso2.org/jira/browse/MASHUP-637
> Project: WSO2 Mashup Server
> Issue Type: New Feature
> Reporter: Keith Godwin Chapman
> Assignee: Keith Godwin Chapman
> Fix For: 1.1
>
>
> Dispatch undispatched operations to a special method. May be via an
> annotation such as
> this.undispatched="function name";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev