mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Remove redundant self assignment.
This commit is contained in:
parent
f3ab159de1
commit
9233ac940b
@ -10,7 +10,6 @@ var Transport = can.Control.extend({
|
||||
},
|
||||
|
||||
sendCommand: function(command) {
|
||||
var self = this;
|
||||
can.ajax({
|
||||
url: '/api/control/' + command,
|
||||
type: 'PUT'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user