Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Bring trail to front when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Closner committed Apr 6, 2014
1 parent 61be606 commit 39d6211
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/ios/www/js/application/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,8 @@
color: "#333333"
});

this.bringToFront();

return this;
},

Expand All @@ -1097,6 +1099,8 @@
color: "#a3a3a3"
});

this.bringToBack();

return this;
}

Expand Down
4 changes: 4 additions & 0 deletions www/js/application/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,8 @@
color: "#333333"
});

this.bringToFront();

return this;
},

Expand All @@ -1097,6 +1099,8 @@
color: "#a3a3a3"
});

this.bringToBack();

return this;
}

Expand Down

0 comments on commit 39d6211

Please sign in to comment.