Changeset 2527

Show
Ignore:
Timestamp:
12/22/09 14:27:08
Author:
johnsa
Message:

minor cleanup to access functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/resources/javascript/bedework/bedeworkAccess.js

    r2227 r2527  
    238238  //hv.push(new howVals("N", "rPFapcbStysu", "", howNoneVal)); // None is -A 
    239239 
    240   this. getHows = function(ch) { 
     240  this.getHows = function(ch) { 
    241241    for (var i = 0; i < hv.length; i++) { 
    242242      if (hv[i].how == ch) { 
     
    245245    } 
    246246 
    247     alert("No how values for how=" + ch); 
     247    alert("No how values for how = " + ch); 
    248248 
    249249    return null;