robertodecurnex / J50Npi

JSONP helper (pure JS)
http://robertodecurnex.github.com/J50Npi
56 stars 15 forks source link

It creates lots of script tags if you use it in a loop #3

Open cigraphics opened 11 years ago

cigraphics commented 11 years ago

here is the patch

if(this.currentScript) head.removeChild(this.currentScript); head.appendChild(newScript); this.currentScript = newScript;