|
|
|
@ -10,7 +10,7 @@ define([
|
|
|
|
|
, "backbone"
|
|
|
|
|
, "bootstrap"
|
|
|
|
|
|
|
|
|
|
, "text!../../templates/player/layout.html"
|
|
|
|
|
, "text!../../templates/footer/layout.html"
|
|
|
|
|
]
|
|
|
|
|
, function (
|
|
|
|
|
_
|
|
|
|
@ -24,7 +24,7 @@ _
|
|
|
|
|
|
|
|
|
|
var Footer = Backbone.View.extend({
|
|
|
|
|
events: {
|
|
|
|
|
"click button[data-target='about']": "__eventButtonAboutClick"
|
|
|
|
|
"click button[data-target='about']": "__eventButtonAboutClick"
|
|
|
|
|
, "click button[data-target='sidebar']": "__eventToggleButtonSideBar"
|
|
|
|
|
, "click button[data-target='random']": "__eventToggleButtonRandom"
|
|
|
|
|
, "click button[data-target='repeat']": "__eventToggleButtonRepeat"
|
|
|
|
|