Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Add references to Models and Views
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Jun 12, 2012
1 parent 891a9cb commit aa79ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cilantro/static/cilantro/scripts/coffeescript/environ.coffee
Expand Up @@ -11,6 +11,9 @@ define [
'utils/scroller' 'utils/scroller'
], ($, _, Backbone) -> ], ($, _, Backbone) ->


App.Models = {}
App.Views = {}

# Ajax states # Ajax states
LOADING = 'Loading' LOADING = 'Loading'
SYNCING = 'Syncing' SYNCING = 'Syncing'
Expand Down

0 comments on commit aa79ef3

Please sign in to comment.