commit/galaxy-central: james_taylor: trackster: fix groups
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/36f7e3a78eb1/ changeset: 36f7e3a78eb1 user: james_taylor date: 2012-09-17 21:38:46 summary: trackster: fix groups affected #: 1 file diff -r bba6f86ff735d9cc8e09c56383eeef84b2ac0303 -r 36f7e3a78eb1c670332916afef78b33b805bcd79 templates/tracks/browser.mako --- a/templates/tracks/browser.mako +++ b/templates/tracks/browser.mako @@ -34,7 +34,7 @@ "libs/underscore": { exports: "_" } } }); - require( ["viz/trackster_ui","viz/trackster/util"], function( trackster_ui, util ) { + require( ["viz/trackster_ui","viz/trackster/util","viz/trackster/tracks"], function( trackster_ui, util, tracks ) { // // Place URLs here so that url_for can be used to generate them. @@ -113,7 +113,7 @@ }); } }, { icon_class: 'block--plus', title: 'Add group', on_click: function() { - view.add_drawable( new DrawableGroup(view, view, { name: "New Group" }) ); + view.add_drawable( new tracks.DrawableGroup(view, view, { name: "New Group" }) ); } }, { icon_class: 'bookmarks', title: 'Bookmarks', on_click: function() { // HACK -- use style to determine if panel is hidden and hide/show accordingly. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket