ngageoint / endpoint.js

Web application discovery, execution and streaming library
http://ngageoint.github.io/endpoint.js/
Apache License 2.0
26 stars 5 forks source link

Pass functions as arguments to facade functions #16

Open datasedai opened 8 years ago

datasedai commented 8 years ago

This should be easy enough to do by detecting the function via typeof in facade-call.js, and then doing the same in object-instance.js. The event system could be used to send the function call as an event back to the facade.