Changeset 17168 for trunk


Ignore:
Timestamp:
09/16/13 18:40:44 (11 years ago)
Author:
tbretz
Message:
Fixed a bug dim.console does not exist.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/crateReset.js

    r17013 r17168  
    109109            if (crate[i])
    110110            {
    111                 dim.console("Sending RESET_CRATE "+i);
     111                console.out("Sending RESET_CRATE "+i);
    112112                dim.send("FTM_CONTROL/RESET_CRATE", i);
    113113            }
Note: See TracChangeset for help on using the changeset viewer.