commit/galaxy-central: guerler: Fix Dataviewer compatibility for the updated Backbone version
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ee0a47c22e2f/ Changeset: ee0a47c22e2f User: guerler Date: 2013-08-20 19:02:33 Summary: Fix Dataviewer compatibility for the updated Backbone version Affected #: 1 file diff -r c732173231b89ce28bd7b8ee629b1af32c0b37e7 -r ee0a47c22e2fea2ce9d605a9cfef7071557ca6de static/scripts/mvc/data.js --- a/static/scripts/mvc/data.js +++ b/static/scripts/mvc/data.js @@ -20,10 +20,8 @@ }, initialize: function() { - // Set metadata. // FIXME: pass back a metadata dict and then Backbone-relational // can be used unpack metadata automatically. - this._set_metadata(); // Update metadata on change. this.on('change', this._set_metadata, this); }, 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)
-
commits-noreply@bitbucket.org