Evan Dancer

Results 3 issues of Evan Dancer

Ember 1.8-beta removes `_insertElementLater`. It looks like all of the `_insertElementLater` block could be replaced with `this._popupView.constructor.renderer.appendTo(this._popupView, this._popup._contentNode);` I tried to make a pull request but I couldn't figure out...

Running this in node, I was hitting an error. I was getting typeof `Object` instead of array. This fix is only supported in IE 9 and above (not sure if...

We were overriding the original Tesla.env with the response from the failed request. The failed request already had a status (401) and a body (json containing Authorization Error). This change...