Skip to content

Commit

Permalink
Manually add "more precise selector control for method withinStatusBa…
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschiller committed Sep 4, 2012
1 parent bd954ea commit 8866c8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions demo/index-rollup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/page-player/script/page-player.js
Expand Up @@ -542,7 +542,7 @@ function PagePlayer() {
};

this.withinStatusBar = function(o) {
return (self.isChildOfClass(o,'controls'));
return (self.isChildOfClass(o,'playlist')) && (self.isChildOfClass(o,'controls'));
};

this.handleClick = function(e) {
Expand Down

0 comments on commit 8866c8c

Please sign in to comment.