From 1f8d0c8a8ee6c1c2159289bbca013ecad6161f7e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 26 Oct 2011 11:26:29 -0700 Subject: [PATCH] removed outdated info --- docs/api.coffee | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/docs/api.coffee b/docs/api.coffee index 3a088a767..59d41b52d 100644 --- a/docs/api.coffee +++ b/docs/api.coffee @@ -1,43 +1 @@ # API Ideas - -# Radfish -class Radfish - plugins: [] - keybindings: {} - -class View = - app: null - - html: -> - # gets or creates the html for the view - -class Pane extends View - -class Modal extends View - -class Plugin - app: null - -# Atomicity -class App extends Radfish - baseURL: null - openURLs: [] - - startup: (@baseURL) -> - - shutdown: -> - - open: (path...) -> - - close: (paths...) -> - - save: (paths...) -> - -class Editor - app: null - -class TreeView - app: null - -class Tabs - app: null \ No newline at end of file