Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created February 23, 2011 14:58
Show Gist options
  • Save jashkenas/840509 to your computer and use it in GitHub Desktop.
Save jashkenas/840509 to your computer and use it in GitHub Desktop.
York = {}
if exports?
_ = require 'underscore'
$ = require 'jquery'
Backbone = require 'backbone'
DNode = require 'dnode'
York = exports
server = true
else
this.York = York
server = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment