Mike Gerwitz
|
5d8fdc5204
|
Merge branch 'master' into visibility/master
Conflicts:
lib/class.js
|
2011-03-06 12:39:26 -05:00 |
Mike Gerwitz
|
0ccab4f8d9
|
Corrected test combine process; was not including tests in ease-full.js
|
2011-03-06 10:15:32 -05:00 |
Mike Gerwitz
|
74c2fc57c1
|
Initial implementation of protected members
- This was quite the pain in the ass
- There are additional considerations. I DO NOT recommend using this commit. Check out a later commit.
|
2011-03-02 20:43:24 -05:00 |
Mike Gerwitz
|
c7b262b271
|
Concrete methods cannot be overridden by abstract methods
|
2011-01-24 23:52:06 -05:00 |
Mike Gerwitz
|
96d2f74dae
|
Method builder wraps overrides in an override function
|
2011-01-21 23:16:20 -05:00 |
Mike Gerwitz
|
e03d5861bb
|
Overridden methods must have >= length parameter lists
|
2011-01-21 22:19:22 -05:00 |
Mike Gerwitz
|
b8a6aa2af6
|
Method builder does not permit overriding properties with methods
|
2011-01-21 21:53:31 -05:00 |
Mike Gerwitz
|
dea6972416
|
Began adding basic method builder (currently operates the same as property builder)
- They are essentially the same, but the method builder will have additional logic (e.g. method overriding) and support different keywords
|
2011-01-21 20:54:55 -05:00 |