1
0
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:
Dan Barber 2013-12-08 13:21:03 +00:00
parent f3ab159de1
commit 9233ac940b

View File

@ -10,7 +10,6 @@ var Transport = can.Control.extend({
}, },
sendCommand: function(command) { sendCommand: function(command) {
var self = this;
can.ajax({ can.ajax({
url: '/api/control/' + command, url: '/api/control/' + command,
type: 'PUT' type: 'PUT'