UNPKG

caffeine-script-runtime

Version:

Runtime library for CaffeineScript

9 lines (6 loc) 167 B
# standardize across javascript environments: # global == self == window (if in browser) g = if window? then window else if self? then self else global g.global = g