Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Apr 20, 2017
1 parent 056efde commit a34f4db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "digital-data-manager",
"description": "The hassle-free way to integrate Digital Data Layer on your website.",
"author": "Driveback LLC <[email protected]>",
"version": "1.2.31",
"version": "1.2.32",
"license": "MIT",
"main": "dist/dd-manager.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ddManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function _initializeIntegrations(settings) {

ddManager = {

VERSION: '1.2.31',
VERSION: '1.2.32',

setAvailableIntegrations: (availableIntegrations) => {
_availableIntegrations = availableIntegrations;
Expand Down
4 changes: 2 additions & 2 deletions src/trackers/trackImpression.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import getStyle from './../functions/getStyle';
import domQuery from './../functions/domQuery';

class Batch {
constructor(blocks, handler) {
this.blocks = blocks;
constructor(handler) {
this.blocks = [];
this.viewedBlocks = [];
this.handler = handler;
}
Expand Down

0 comments on commit a34f4db

Please sign in to comment.