Skip to content

Commit

Permalink
removes shared state
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Apr 7, 2016
1 parent 806ec0b commit 6732353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popper.js
Original file line number Diff line number Diff line change
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 6732353

Please sign in to comment.