fluid-work IRC Logs-2013-02-14
[10:32:50 CST(-0600)] * jessm 's update is that i am talking to a lot of europeans
[13:37:00 CST(-0600)] <michelled> fluid-everyone: we are going to talk about the API changes in the framework now
[13:37:06 CST(-0600)] <michelled> who would like to join the conversation?
[13:39:17 CST(-0600)] <yzen> michelled: I would definitely
[13:39:35 CST(-0600)] <michelled> cool, I'll start the Skype call in a moment
[13:40:01 CST(-0600)] <yzen> so i got the renderer server working again
[13:40:22 CST(-0600)] <yzen> but it turns out latest version of qunit that antranig updated is not working in node
[13:40:35 CST(-0600)] <Bosmon> yzen - that's awkward!
[13:40:38 CST(-0600)] <Bosmon> What seems to be the problem
[13:41:03 CST(-0600)] <yzen> Bosmon: I had to do this to make it work again
[13:41:04 CST(-0600)] <yzen> function addEvent( elem, type, fn ) {
[13:41:04 CST(-0600)] <yzen> // Standards-based browsers
[13:41:04 CST(-0600)] <yzen> if ( elem.addEventListener ) {
[13:41:04 CST(-0600)] <yzen> elem.addEventListener( type, fn, false );
[13:41:04 CST(-0600)] <yzen> // IE
[13:41:04 CST(-0600)] <yzen> } else {
[13:41:04 CST(-0600)] <yzen> fn(); // YZEN
[13:41:05 CST(-0600)] <yzen> /* elem.attachEvent( "on" + type, fn ); */ // YZEN
[13:41:05 CST(-0600)] <yzen> }
[13:41:06 CST(-0600)] <Bosmon> It's easy enough to downgrade, I found I didn't need the feature after all
[13:41:06 CST(-0600)] <yzen> }
[13:41:17 CST(-0600)] <Bosmon> Oh
[13:41:25 CST(-0600)] <Bosmon> I remember there used to be a line saying WTF
[13:41:30 CST(-0600)] <Bosmon> Where it now says YZEN ![]()
[13:41:44 CST(-0600)] <colinclark> i'll be joining any minute now
[13:41:47 CST(-0600)] <yzen> yes ![]()
[13:42:04 CST(-0600)] <yzen> the WTF comment was removed with that new line ![]()
[13:42:24 CST(-0600)] <Bosmon> yzen - indeed
[13:42:32 CST(-0600)] <Bosmon> Do you feel like raising a JIRA with qunit? : P
[13:43:05 CST(-0600)] <Bosmon> Once, of course, you have succeeded in characterising what the problem is....
[13:45:52 CST(-0600)] <yzen> well is it even intended to work in node ?