Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created June 30, 2010 01:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejefflarson/458101 to your computer and use it in GitHub Desktop.
Save thejefflarson/458101 to your computer and use it in GitHub Desktop.
javascripts
|____app
| |____app.js
| |____models
| | |____article_content.js
| | |____ee_cookie.js
| | |____page_cookie.js
| | |____tracking_cookie.js
| |____views
| | |____beacons
| | | |____chart_beat.js
| | | |____google_analytics.js
| | |____clickable
| | | |____donate_module.js
| | | |____podcast_module.js
| | | |____twitter_module.js
| | |____clickable.js
| | |____dangerous_writers
| | | |____async_queue.js
| | | |____chiclets.js
| | | |____google_ads.js
| | |____delayeds
| | | |____disqus.js
| | | |____disqus_links.js
| | |____flippy
| | | |____accordion.js
| | | |____carousel.js
| | | |____feature_module_slider.js
| | | |____feature_module_tabs.js
| | | |____ion_tabs.js
| | | |____tab_box.js
| | |____flippy.js
| | |____general-ui
| | | |____archive_form.js
| | | |____dont_miss.js
| | | |____dont_scroll.js
| | | |____footer.js
| | | |____legacy_images.js
| | | |____legacy_images_river.js
| | | |____most_read.js
| | | |____print_format.js
| | | |____printer.js
| | | |____search_form.js
| | | |____underdog_equalizer.js
| | |____link_tracker
| | | |____footer_donate.js
| | | |____nav_donate.js
| | |____link_tracker.js
| | |____pull_down
| | | |____email_box.js
| | | |____updates.js
| | |____pull_down.js
| | |____republish
| | | |____republish.js
| | | |____republish_modal.js
| | |____river
| | | |____river.js
| | | |____river_control.js
| | | |____river_last_visit.js
| | | |____river_reset.js
| | | |____river_sort.js
| | |____signup_boxes
| | | |____doc_underdog.js
| | | |____get_updates_box.js
| | | |____pprn_box.js
| | |____templates
| | | |____clippy.jst
| | | |____get_updates_flyup.jst
| | |____trackable_submit.js
|____lib
| |____async_function_queue.js
| |____cookie.js
| |____deferrable.js
| |____filterable.js
| |____logger.js
| |____model.js
| |____rest_client.js
| |____set.js
| |____view.js
|____propublica.js
|____vendor
| |____awriteCapture.js
| |____Base.js
| |____htmlparser.js
| |____jquery-1.4.2.js
| |____json2.js
| |____scrollable.js
| |____tabs.js
| |____underscore.js
| |____writeCapture.jquery.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment