using unobtrusive namespace


/ Published in: JavaScript
Save to your folder(s)

Unobtrusive JavaScript should add as little as possible to the global object or global namespace of the environment in which it runs.
With following solution each module-writer's code is contained in private or in a unique namespace and cannot interfere with or intrude upon any other code at any time.

URL: http://en.wikipedia.org/wiki/Unobtrusive_JavaScript

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.