kamrify commited on
Commit
9f78197
·
1 Parent(s): a7e561d

Upgrade version

Browse files
Files changed (2) hide show
  1. package.json +1 -1
  2. src/core/overlay.js +1 -0
package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "driver.js",
3
- "version": "0.1.4",
4
  "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
5
  "main": "./assets/scripts/dist/driver.min.js",
6
  "scripts": {
 
1
  {
2
  "name": "driver.js",
3
+ "version": "0.1.5",
4
  "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
5
  "main": "./assets/scripts/dist/driver.min.js",
6
  "scripts": {
src/core/overlay.js CHANGED
@@ -65,6 +65,7 @@ export default class Overlay {
65
  return;
66
  }
67
 
 
68
  this.setSize();
69
 
70
  // Trigger the hook for highlight started
 
65
  return;
66
  }
67
 
68
+ // @todo put it in the caller after testing
69
  this.setSize();
70
 
71
  // Trigger the hook for highlight started