From 86ef06ebb10322c326028c2bf8ea13e9e1728f22 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 12 Aug 2014 11:10:10 -0700 Subject: [PATCH] Update to contain superclasses --- docs/api/donna.json | 29 +++++++++++++++++++++++++++++ docs/api/tello.json | 15 +++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/docs/api/donna.json b/docs/api/donna.json index a2a4f3580..61503375f 100644 --- a/docs/api/donna.json +++ b/docs/api/donna.json @@ -249,6 +249,7 @@ "0": { "type": "class", "name": "Atom", + "superClass": "Model", "bindingType": "exports", "classProperties": [ [ @@ -5005,6 +5006,7 @@ "0": { "type": "class", "name": "BufferedNodeProcess", + "superClass": "BufferedProcess", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -7127,6 +7129,7 @@ "0": { "type": "class", "name": "CursorView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -7798,6 +7801,7 @@ "0": { "type": "class", "name": "Cursor", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -11634,6 +11638,7 @@ "0": { "type": "class", "name": "BufferToScreenConversionError", + "superClass": "Error", "classProperties": [], "prototypeProperties": [ [ @@ -11679,6 +11684,7 @@ "0": { "type": "class", "name": "DisplayBuffer", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -15438,6 +15444,7 @@ "0": { "type": "class", "name": "EditorView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -19248,6 +19255,7 @@ "0": { "type": "class", "name": "Editor", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -28592,6 +28600,7 @@ "0": { "type": "class", "name": "GutterView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -34753,6 +34762,7 @@ "0": { "type": "class", "name": "PaneAxisView", + "superClass": "View", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -35030,6 +35040,7 @@ "0": { "type": "class", "name": "PaneAxis", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -35382,6 +35393,7 @@ "0": { "type": "class", "name": "PaneColumnView", + "superClass": "PaneAxisView", "bindingType": "exports", "classProperties": [ [ @@ -35564,6 +35576,7 @@ "0": { "type": "class", "name": "PaneContainerView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -36308,6 +36321,7 @@ "0": { "type": "class", "name": "PaneContainer", + "superClass": "Model", "bindingType": "exports", "classProperties": [ [ @@ -36769,6 +36783,7 @@ "0": { "type": "class", "name": "PaneRowView", + "superClass": "PaneAxisView", "bindingType": "exports", "classProperties": [ [ @@ -36950,6 +36965,7 @@ "0": { "type": "class", "name": "PaneView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -37881,6 +37897,7 @@ "0": { "type": "class", "name": "Pane", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -39269,6 +39286,7 @@ "0": { "type": "class", "name": "Project", + "superClass": "Model", "bindingType": "exports", "classProperties": [ [ @@ -40317,6 +40335,7 @@ "0": { "type": "class", "name": "ReactEditorView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -42166,6 +42185,7 @@ "0": { "type": "class", "name": "ScrollView", + "superClass": "View", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -42623,6 +42643,7 @@ "0": { "type": "class", "name": "SelectListView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -43399,6 +43420,7 @@ "0": { "type": "class", "name": "SelectionView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -43847,6 +43869,7 @@ "0": { "type": "class", "name": "Selection", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -46482,6 +46505,7 @@ "0": { "type": "class", "name": "Syntax", + "superClass": "GrammarRegistry", "bindingType": "exports", "classProperties": [ [ @@ -48052,6 +48076,7 @@ "0": { "type": "class", "name": "ThemePackage", + "superClass": "Package", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -49096,6 +49121,7 @@ "0": { "type": "class", "name": "TokenizedBuffer", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -51641,6 +51667,7 @@ "0": { "type": "class", "name": "WorkspaceView", + "superClass": "View", "bindingType": "exports", "classProperties": [ [ @@ -52805,6 +52832,7 @@ "0": { "type": "class", "name": "Workspace", + "superClass": "Model", "bindingType": "exports", "classProperties": [], "prototypeProperties": [ @@ -57704,6 +57732,7 @@ "0": { "type": "class", "name": "View", + "superClass": "jQuery", "classProperties": [ [ 59, diff --git a/docs/api/tello.json b/docs/api/tello.json index 45d9787c0..86b8da4fa 100644 --- a/docs/api/tello.json +++ b/docs/api/tello.json @@ -2,6 +2,7 @@ "classes": { "Atom": { "name": "Atom", + "superClass": "Model", "filename": "src/atom.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/atom.coffee#L36", "sections": [], @@ -261,6 +262,7 @@ }, "BufferedNodeProcess": { "name": "BufferedNodeProcess", + "superClass": "BufferedProcess", "filename": "src/buffered-node-process.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/buffered-node-process.coffee#L15", "sections": [], @@ -595,6 +597,7 @@ }, "Cursor": { "name": "Cursor", + "superClass": "Model", "filename": "src/cursor.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/cursor.coffee#L11", "sections": [], @@ -1157,6 +1160,7 @@ }, "EditorView": { "name": "EditorView", + "superClass": "View", "filename": "src/editor-view.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/editor-view.coffee#L42", "sections": [], @@ -1479,6 +1483,7 @@ }, "Editor": { "name": "Editor", + "superClass": "Model", "filename": "src/editor.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/editor.coffee#L139", "sections": [], @@ -3636,6 +3641,7 @@ }, "PaneView": { "name": "PaneView", + "superClass": "View", "filename": "src/pane-view.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/pane-view.coffee#L15", "sections": [], @@ -3670,6 +3676,7 @@ }, "Pane": { "name": "Pane", + "superClass": "Model", "filename": "src/pane.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/pane.coffee#L12", "sections": [], @@ -3946,6 +3953,7 @@ }, "Project": { "name": "Project", + "superClass": "Model", "filename": "src/project.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/project.coffee#L22", "sections": [], @@ -4045,6 +4053,7 @@ }, "ScrollView": { "name": "ScrollView", + "superClass": "View", "filename": "src/scroll-view.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/scroll-view.coffee#L22", "sections": [], @@ -4060,6 +4069,7 @@ }, "SelectListView": { "name": "SelectListView", + "superClass": "View", "filename": "src/select-list-view.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/select-list-view.coffee#L37", "sections": [], @@ -4228,6 +4238,7 @@ }, "Selection": { "name": "Selection", + "superClass": "Model", "filename": "src/selection.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/selection.coffee#L7", "sections": [], @@ -4734,6 +4745,7 @@ }, "Syntax": { "name": "Syntax", + "superClass": "GrammarRegistry", "filename": "src/syntax.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/syntax.coffee#L19", "sections": [], @@ -4891,6 +4903,7 @@ }, "WorkspaceView": { "name": "WorkspaceView", + "superClass": "View", "filename": "src/workspace-view.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/workspace-view.coffee#L56", "sections": [], @@ -5091,6 +5104,7 @@ }, "Workspace": { "name": "Workspace", + "superClass": "Model", "filename": "src/workspace.coffee", "srcUrl": "https://github.com/atom/atom/blob/v0.121.0/src/workspace.coffee#L19", "sections": [], @@ -5954,6 +5968,7 @@ }, "View": { "name": "View", + "superClass": "jQuery", "filename": "src/space-pen.coffee", "srcUrl": "https://github.com/atom/space-pen/blob/v3.3.0/src/space-pen.coffee#L59", "sections": [],