Changeset 18816


Ignore:
Timestamp:
04/13/17 11:47:33 (8 years ago)
Author:
tbretz
Message:
Fixed a typo in a comment.
File:
1 edited

Legend:

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

    r15275 r18816  
    122122     *     var a = new Subscription("...service does not exist...");
    123123     *     a.get( 3000, true);  // throws an exception
    124      *     a.get( 3000, false); // throws and exception
     124     *     a.get( 3000, false); // throws an exception
    125125     *     a.get(-3000, true);  // returns undefined
    126126     *     a.get(-3000, false); // returns undefined
Note: See TracChangeset for help on using the changeset viewer.