Corp.,
Yes, they are. But, I made a few additions to the source that I
haven't yet pushed. There was some strange connectivity issue on the
server I was hacking on. I'll push shortly.
Arjun
On Mon, Mar 18, 2013 at 6:20 PM, Corporate Greed
<
corpora...@gmail.com> wrote:
> I made these changes in flapjax.js and it seems to work like insertValueE
> does, with either an element or an ID -- and so the examples work with no
> changes.
>
> var mouseE = function(elem) {
> return extractEventE(getObj(elem),'mousemove')
> .mapE(function(evt) {...
>
> var clicksE = function(elem) {
> return extractEventE(getObj(elem),'click');
> };
>
> By the way, are the most current sources those in the deployment branch?
>
> Thanks.