Skip to content

Commit

Permalink
feat: aditional options passed to init
Browse files Browse the repository at this point in the history
  • Loading branch information
cironunes committed Jul 12, 2016
1 parent dd6a82b commit 8720f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var XNG = integration( 'CrossEngage' )
.option( 'siteID', '' )
.option( 'adformID', '' )
.option( 'debug', false )
.option( 'additionalOptions', null )
.tag( '<script src="https://' + xngLibDomain + '/xng/' + xngVersion + '.min.js">' );

let mocked;
Expand Down

0 comments on commit 8720f77

Please sign in to comment.