Commit Graph

9 Commits

Author SHA1 Message Date
Mariusz Nowak
9846a233ab -- whitespace 2013-10-03 21:09:37 +02:00
Mariusz Nowak
2986e6d0e9 Update up to changes in es5-ext package 2013-08-28 12:59:22 +02:00
Mariusz Nowak
83f31df6f7 Bind function to context with 'method' option 2013-02-12 15:36:30 +01:00
Mariusz Nowak
fb4439692d Improve 'method' functionality.
- Proto chain safe
- Memoized method is ready right after first access (previously it was bundled on first invokation which was problematic)
- memoize when used with method option returns object with name -> descriptor content, it should be used with Object.defineProperties on target object
2013-02-11 17:43:55 +01:00
Mariusz Nowak
0e32a471f6 Run dispose in same context as main function 2013-02-11 16:28:59 +01:00
Mariusz Nowak
1452a76dac Basic documentation for each module 2012-09-21 15:49:09 +02:00
Mariusz Nowak
a62f1680af -- lint 2012-09-21 15:14:19 +02:00
Mariusz Nowak
c2843dd16a Add missing global dependency 2012-09-21 15:02:41 +02:00
Mariusz Nowak
146e59e543 Modularization. Cleanup and logic improvements.
Additionally changed max option algorithm from FIFO to LRU
2012-09-21 12:04:55 +02:00