Ignore:
Timestamp:
11/25/12 13:35:49 (12 years ago)
Author:
tbretz
Message:
Updated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/doc/dimctrl.js

    r14675 r14696  
    4848 *
    4949 * @example
    50  *     dim.newState(10, "StateTen", "This is state number ten");
     50 *     dim.defineState(10, "StateTen", "This is state number ten");
    5151 */
    52 dimctrl.newState = function() { /* [native code] */ }
     52dimctrl.defineState = function() { /* [native code] */ }
    5353
    5454/**
     
    8888 * @example
    8989 *     var state = dim.getState();
    90  *     dim.out(JSON.stringify(state));
     90 *     console.out(JSON.stringify(state));
    9191 */
    9292dimctrl.getState = function() { /* [native code] */ }
Note: See TracChangeset for help on using the changeset viewer.