Skip to content

Commit

Permalink
set default optins object
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenMe committed Dec 10, 2017
1 parent bc8878b commit 4bdc991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/k-provider/ovp/ovp-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export class OvpProvider {
* @constructor
* @param {Object} options The provider options
*/
constructor(options: {playerVersion: string, partnerID: number, ks: string, config: Object, loadUiConf: boolean, logLevel?: string} = {}) {
constructor(options: {playerVersion: string, partnerID: number, ks: string, config: Object, loadUiConf: boolean, logLevel?: string} =
{playerVersion: "", partnerID: 0, ks: "", config: {}, loadUiConf: false}) {
this._playerVersion = options.playerVersion;
this.partnerID = options.partnerID;
this.ks = options.ks;
Expand Down

0 comments on commit 4bdc991

Please sign in to comment.