Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed May 6, 2015
1 parent 6677f82 commit 9f81d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ block('popup').match(function() { return this._selectCls; }).def()(function() {
// with special classes, so gemini tests could find them
this.ctx.cls = this._selectCls + '-popup';
delete this._selectCls;
return apply();
return applyNext();
});

0 comments on commit 9f81d64

Please sign in to comment.