Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

setup.coffee.md

File metadata and controls

15 lines (10 loc) · 352 Bytes

Setup

require "jquery-utils"

# Updating Application Cache and prompting for new version
require "appcache"

require "cornerstone"

global.Observable = Model.Observable

# TODO: Eventually remove this from globals, or have Cornerstone add it
# if we want to keep it
global.Bindable = require "./modules/bindable"