jonsamwell / angular-http-batcher

Enables HTTP batch request with AngularJS
MIT License
96 stars 28 forks source link

Replaced use of 'window' with IIFE-scoped 'global' object #33

Open PeteAtEndsleigh opened 8 years ago

PeteAtEndsleigh commented 8 years ago

This is a minor enhancement which introduces an object, "global", scoped to the module's IIFE and thereby avoids polluting the global namespace.