Files
ace/doc/additionalObjs.json
2012-04-29 18:22:02 -07:00

26 lines
1.7 KiB
JSON

{
"Array" : "http://www.nodemanual.org/latest/js_doc/Array.html",
"Boolean" : "http://www.nodemanual.org/latest/js_doc/Boolean.html",
"Date" : "http://www.nodemanual.org/latest/js_doc/Date.html",
"Error" : "http://www.nodemanual.org/latest/js_doc/Error.html",
"EvalError" : "http://www.nodemanual.org/latest/js_doc/EvalError.html",
"RangeError" : "http://www.nodemanual.org/latest/js_doc/RangeError.html",
"ReferenceError" : "http://www.nodemanual.org/latest/js_doc/ReferenceError.html",
"SyntaxError" : "http://www.nodemanual.org/latest/js_doc/SyntaxError.html",
"TypeError" : "http://www.nodemanual.org/latest/js_doc/TypeError.html",
"URIError" : "http://www.nodemanual.org/latest/js_doc/URIError.html",
"Function" : "http://www.nodemanual.org/latest/js_doc/Function.html",
"Infinity" : "http://www.nodemanual.org/latest/js_doc/Infinity.html",
"JSON" : "http://www.nodemanual.org/latest/js_doc/JSON.html",
"Math" : "http://www.nodemanual.org/latest/js_doc/Math.html",
"NaN" : "http://www.nodemanual.org/latest/js_doc/NaN.html",
"Number" : "http://www.nodemanual.org/latest/js_doc/Number.html",
"Object" : "http://www.nodemanual.org/latest/js_doc/Object.html",
"RegExp" : "http://www.nodemanual.org/latest/js_doc/RegExp.html",
"String" : "http://www.nodemanual.org/latest/js_doc/String.html",
"DOMElement": "https://developer.mozilla.org/en/DOM/element",
"Event": "https://github.com/ajaxorg/ace/blob/master/lib/ace/lib/event.js",
"TextMode": "https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/text.js",
"KeyBinding": "https://github.com/ajaxorg/ace/blob/master/lib/ace/keyboard/keybinding.js",
"Cursor": "https://github.com/ajaxorg/ace/blob/master/lib/ace/layer/cursor.js"
}