Starting with commit 6931d45, when the appnexus adapter is enabled, this error is thrown: Uncaught ReferenceError: pbjs is not defined
It's on this line: pbjs.handleAnCB = function (jptResponseObj) {
And the previous part of the call stack is:
exports.createNew = function () {
return new AppNexusAdapter();
};