019e5ef2835ab5945599952eae823771e7efe028
[profile/ivi/cowhide.git] / examples / calf / javascripts / app / views / nowplaying.js
1 (function(app, Ember) {
2     'use strict';
3
4     var NowPlayingView = Ember.View.extend({
5         templateName: 'now-playing',
6         classNames: ['now-playing']
7     });
8
9     app.NowPlayingView = NowPlayingView;
10 })(window.Calf, window.Ember);