commit/galaxy-central: jgoecks: All models have id attribute, so do not declare explicitly.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/e95c01831a8a/ changeset: e95c01831a8a user: jgoecks date: 2012-04-05 19:50:22 summary: All models have id attribute, so do not declare explicitly. affected #: 1 file diff -r 0f53915212d0a9e7b8f135c4bb557e8281ab879c -r e95c01831a8ad31b1bf0205004dd93ccb7dc0976 static/scripts/backbone/tools.js --- a/static/scripts/backbone/tools.js +++ b/static/scripts/backbone/tools.js @@ -10,7 +10,6 @@ */ var BaseModel = Backbone.Model.extend({ defaults: { - id: null, name: null, hidden: false }, 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