Changeset 4437


Ignore:
Timestamp:
Mar 8, 2013, 10:19:55 AM (10 years ago)
Author:
olle
Message:

Refs #799. JavaScript www/static/js/script.js in client/servlet/ updated in JavaDoc comment for function setMouseDownMassCutoffValue(e, inputElName, imgId, spectrumWidth, spectrumOffsetLeft, spectrumOffsetRight, massMin, massMax) to current name and type of flag variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/www/static/js/script.js

    r4436 r4437  
    652652 *  In order to support setting of cutoff masses using
    653653 *  two clicks instead of dragging, a mass cutoff
    654  *  value will not be set if isMouseUpMassCutoffValueSet == 0.
     654 *  value will not be set if isNextClickReservedForMouseUpEvent == true.
    655655 *
    656656 *  @param e event The event to get position from
Note: See TracChangeset for help on using the changeset viewer.