~rharding/juju-gui/renderBundle2

« back to all changes in this revision

Viewing changes to app/models/models.js

  • Committer: Jeff Pihach
  • Date: 2013-08-16 20:16:31 UTC
  • mto: This revision was merged to the branch mainline in revision 963.
  • Revision ID: jeff.pihach@canonical.com-20130816201631-201a4u7qfec333c9
upgraded jshint to current version

Show diffs side-by-side

added added

removed removed

Lines of Context:
742
742
        var modelId = notification.get('modelId'),
743
743
            modelList;
744
744
        if (modelId) {
745
 
          modelList = modelId[0],
 
745
          modelList = modelId[0];
746
746
          modelId = modelId[1];
747
747
          return (modelList === model.name) && (
748
748
              modelId === modelKey);