mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-724: Remove unused parameter from clipboardService.setClipboard() calls.
This commit is contained in:
@@ -552,7 +552,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
|||||||
source : managedClient.id,
|
source : managedClient.id,
|
||||||
type : mimetype,
|
type : mimetype,
|
||||||
data : data
|
data : data
|
||||||
}), managedClient)['catch'](angular.noop);
|
}))['catch'](angular.noop);
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -565,7 +565,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
|||||||
source : managedClient.id,
|
source : managedClient.id,
|
||||||
type : mimetype,
|
type : mimetype,
|
||||||
data : reader.getBlob()
|
data : reader.getBlob()
|
||||||
}), managedClient)['catch'](angular.noop);
|
}))['catch'](angular.noop);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user