Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Apr 7, 2016
1 parent d8c9d1d commit 923977f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.6

- 6732353: removed shared state;

## v0.2.5

- 77677f0: round top and left coordinates to prevent blur effect;
Expand Down
4 changes: 2 additions & 2 deletions build/popper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 0.2.5
* @version 0.2.6
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
Expand Down Expand Up @@ -139,6 +139,7 @@
*/
function Popper(trigger, popper, options/*, callback*/) {
this._trigger = trigger;
this.state = {};

// if the popper variable is a configuration object, parse it to generate an HTMLElement
// generate a default popper if is not defined
Expand Down Expand Up @@ -184,7 +185,6 @@
}
}

Popper.prototype.state = {};

//
// Methods
Expand Down

0 comments on commit 923977f

Please sign in to comment.