mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Switch to eslint and fix issues
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.CredentialsData
|
||||
export default class DialRequest {
|
||||
constructor (
|
||||
constructor(
|
||||
public credentials: string
|
||||
, public credentialsData: string) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user