toolkit
toolkit copied to clipboard
Extends built-in native object methods and brings ECMA5 to legacy browsers.
Hi, I know this is a bold question, but figured it wouldn't hurt to try. I have an idea for a library and `toolkit` is the perfect name for it,...
A boring job but it has to be done eventually!
The difficultly with extending native methods is that other libraries can do the same thing. There should be a mechanism that warns the user if an existing method is being...
Due to Mozilla's inability to supply inline comments in functions when .toString() is called on them.
I really miss enumerable flags/bit masks from C#. Something like: var enum = new Enum('a', 'b', 'c', 'd'); var mask = enum.a | enum.b; if (mask & enum.a) // true...