Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created March 9, 2010 04:00
Show Gist options
  • Select an option

  • Save jashkenas/326152 to your computer and use it in GitHub Desktop.

Select an option

Save jashkenas/326152 to your computer and use it in GitHub Desktop.
|____app
| |____downloader.js
| |____editor.js
| |____hotkeys.js
| |____search_parser.js
| |____workspace.js
|____application.js
|____ie
| |____excanvas.js
|____lib
| |____bindable.js
| |____debug.js
| |____inflector.js
| |____jquery_extensions.js
| |____model.js
| |____restful_set.js
| |____set.js
| |____sorted_set.js
| |____view.js
|____model
| |____access.js
| |____accounts.js
| |____documents.js
| |____history.js
| |____metadata.js
| |____notes.js
| |____projects.js
|____ui
| |____accounts
| | |____account_dialog.js
| | |____account_view.js
| |____common
| | |____dialog.js
| | |____menu.js
| | |____notifier.js
| | |____panel.js
| | |____sidebar.js
| | |____spinner.js
| | |____toolbar.js
| | |____tooltip.js
| |____documents
| | |____document.js
| | |____document_list.js
| | |____note.js
| | |____upload_dialog.js
| |____metadata
| | |____entities.js
| | |____entity_dialog.js
| | |____timeline_dialog.js
| | |____visualizer.js
| |____organizer
| | |____organizer.js
| | |____project.js
| | |____project_dialog.js
| | |____project_menu.js
| |____search
| | |____paginator.js
| | |____search_box.js
| |____viewer
| | |____annotation_editor.js
| | |____control_panel.js
| | |____section_editor.js
|____vendor
| |____base.js
| |____flot-0.6-core.js
| |____flot-0.6-selection.js
| |____jquery-1.3.2.js
| |____json2.js
| |____underscore-0.6.0.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment