xpath2.js icon indicating copy to clipboard operation
xpath2.js copied to clipboard

Missing reference to cXSUntypedAtomic in XSInteger.js

Open drakesolutions opened this issue 2 years ago • 0 comments

Hi Sergey,

I have found one little bug in your library. Within a file XSInteger.js in method cXSInteger.cast you have used unreferenced class cXSUntypedAtomic.

so only needed to solve of this problem is add one line of code with reference to it on top of this file.

var cXSUntypedAtomic = require('./../XSUntypedAtomic');

thank you in advance

Ivan

drakesolutions avatar Jan 30 '23 16:01 drakesolutions