mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
11 lines
No EOL
198 B
CoffeeScript
11 lines
No EOL
198 B
CoffeeScript
#= require_self
|
|
#= require_tree ./templates
|
|
#= require_tree ./models
|
|
#= require_tree ./views
|
|
#= require_tree ./routers
|
|
|
|
window.HabitTracker =
|
|
Models: {}
|
|
Collections: {}
|
|
Routers: {}
|
|
Views: {} |