I am trying to use pdf.js in an XFA PDF that only supports JavaScript 1.5 and therefore doesn't recognize Object.create() and call(). There are nearly 30 uses of Object.create() in pdf.js.
Is there a way I can add a function to extend Object() to include create()? It's just for the purpose of backwards compatibility.
Kyle