Closed pwolaq closed 8 years ago
@akre54 do you know why this build is failing?
Looks like a phantomjs issue? https://travis-ci.org/NYTimes/backbone.stickit/jobs/158697390
Otherwise no clue... sorry.
I don't think that my changes are causing this error, it's probably server related
@akre54 can you merge without build check?
Yup. Are you sure this works correctly? Can you run tests locally?
it is simple change and it is working in my project
I cannot test it because I get the same error locally - seems like there is install.js
missing
Yeah sorry about that, our test runner was crazy out of date (phantomjs has a ton of problems). I've updated our test harness to use Karma. Can you pull down latest and try now?
Thanks
unfortunately, same results
You might need to run npm install phantomjs
one or two times. That worked for me. (Sorry Phantom is such a pain).
I'll figure out what the deal is with Travis at a later time, but I just ran your branch against the test runner and everything seems to be good. Thanks again.
Added documentFragment so that adding many
option
elements doesn't downgrade performance by unnecessary rendering.