Created
July 15, 2009 05:10
-
-
Save ThisIsMissEm/147466 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------------------------------------------------------------------------------------------------------------- | |
| Property / Method | Access | Type | Arguments | Returns | |
| ------------------------------------------------------------------------------------------------------------------ | |
| Jet | |
| _uri private | |
| base Function() String | |
| loaded Function() Array | |
| resolve Function Namespace String | |
| _namespaces private Object Object | |
| _events private Object Object | |
| config public Object | |
| global public window / this | |
| env public | |
| _init private Function Sets is* properties & hooks up onReady() | |
| isAIR Number | |
| isBrowser Object | |
| isChrome Number | |
| isFF Number | |
| isIE Number | |
| isKhtml Number | |
| isMoz Object | |
| isMozilla Number | |
| isOpera Number | |
| isQuirks Boolean | |
| isRhino Object | |
| isSafari Number | |
| isSpidermonkey Object | |
| isWebKit Number | |
| onReady Function Callback | |
| version public | |
| release Number | |
| major Number | |
| minor Number | |
| flag String | |
| toString Function String | |
| lang | |
| isString public Function Source Boolean | |
| isFunction public Function Source Boolean | |
| isObject public Function Source Boolean | |
| isArray public Function Source Boolean | |
| inArray public Function Haystack, Needle Boolean | |
| toArray public Function Source Array | |
| _namespace private Function Namespace Object / Reference | |
| _mixin private Function Obj, Props Object | |
| mixin public Function Obj, Props Object | |
| hitch public Function Scope, Method Function | |
| module public Function Namespace, Methods Jet | |
| _require private Function Namespace | |
| require public Function Namespace(s), Callbacks(s) Jet | |
| //? provide public Function | |
| use public Function Local, Foreign Jet | |
| //? importNS public Function Jet | |
| publish public Function Topic, Data(s) Jet | |
| subscribe public Function Topic, Callback Array [topic, callback] (Subscriber) | |
| unsubscribe public Function Subscriber Jet | |
| throw public Function Data(s) | |
| exec public Function() scriptFragment Function() -> Null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment