Skip to content

Commit

Permalink
fix(ons-tabbar): Fixed dupulicated events trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoo committed Sep 10, 2015
1 parent 9e2543e commit 32e6fab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/views/tabbarView.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ limitations under the License.
this._boundOnPostchange = this._onPostchange.bind(this);
this._element.on('prechange', this._boundOnPrechange);
this._element.on('postchange', this._boundOnPostchange);

this._clearDerivingEvents = $onsen.deriveEvents(this, element[0], ['reactive', 'postchange', 'prechange']);
},

_compilePage: function(next, pageElement) {
Expand Down

0 comments on commit 32e6fab

Please sign in to comment.