Another vi modeline.
[profile/ivi/cowhide.git] / examples / hoofbeats / javascripts / app / app.js
1 /* vi: set et sw=4 ts=4 si: */
2 (function(win) {
3     'use strict';
4
5     win.Hoofbeats = window.Ember.Application.create({
6         VERSION: '0.1',
7         rootElement: '#application'
8     });
9 })(window);