doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

add var statements to prevent reference errors #104

Closed jameschildress closed 7 years ago

jameschildress commented 7 years ago

This fixes two missing var statements that caused reference errors to be thrown when using jquery.soap as an ES6 module.

doedje commented 7 years ago

Thanx for this fix! I will bump the version when after a desktop machine :)