jakiestfu / Behave.js

A lightweight, cross browser library for adding IDE style behaviors to plain text areas
http://jakiestfu.github.com/Behave.js/
1.74k stars 110 forks source link

Namespace Pollution #17

Open jakiestfu opened 11 years ago

jakiestfu commented 11 years ago

If BehaveMap were to be added (reference #16), I'd consider figuring out a way to consolidate global variables as to avoid polluting the global namespace.

Currently, Behave, BehaveHooks, and possibly BehaveMap in the near future could be added, but it would be cleaner if these different things were consolidated into a single global variable.