~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to src/Media/MediaManager.js

  • Committer: Keith Hughitt
  • Date: 2011-05-26 18:30:13 UTC
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: keith.hughitt@nasa.gov-20110526183013-g70s6ce7ezft0p1t
Cleaned up lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
            // Add instrument or detector if its not already present, otherwise
41
41
            // add a backslash and move onto the right-hand side
42
 
            if (currentGroup == instrument || currentGroup == detector) {
 
42
            if (currentGroup === instrument || currentGroup === detector) {
43
43
                name += "/";
44
44
            } else {
45
45
                // For STEREO use detector for the Left-hand side