Mike Gerwitz
|
38a6a4ee6a
|
Added missing semi-colons that would otherwise be inserted via semicolon insertion
|
2010-12-28 22:10:12 -05:00 |
Mike Gerwitz
|
789f2390af
|
All functions are now camelCase
|
2010-12-28 22:08:30 -05:00 |
Mike Gerwitz
|
004ccfa05b
|
Interfaces cannot inherit from Classes
|
2010-12-28 21:56:55 -05:00 |
Mike Gerwitz
|
928a0ea297
|
Removed Interface.abstractMethod() in favor of 'abstract' keyword
|
2010-12-28 20:13:50 -05:00 |
Mike Gerwitz
|
60025bd048
|
Added extend method to Interface
|
2010-12-01 23:27:31 -05:00 |
Mike Gerwitz
|
84dcca35d2
|
Interface prototype contains defined methods
|
2010-12-01 23:01:20 -05:00 |
Mike Gerwitz
|
c910dafb76
|
Interfaces permit only abstract methods
|
2010-12-01 21:39:41 -05:00 |
Mike Gerwitz
|
b3c4b757e7
|
util.canFreeze removed, replaced with util.freeze()
|
2010-12-01 20:41:54 -05:00 |
Mike Gerwitz
|
2edcb8a75e
|
Only methods are permitted within interface declarations
|
2010-12-01 19:38:30 -05:00 |
Mike Gerwitz
|
b294f84481
|
Began Interface development
|
2010-12-01 19:27:40 -05:00 |