Changeset 18816
- Timestamp:
- 04/13/17 11:47:33 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/Subscription.js
r15275 r18816 122 122 * var a = new Subscription("...service does not exist..."); 123 123 * a.get( 3000, true); // throws an exception 124 * a.get( 3000, false); // throws an dexception124 * a.get( 3000, false); // throws an exception 125 125 * a.get(-3000, true); // returns undefined 126 126 * a.get(-3000, false); // returns undefined
Note:
See TracChangeset
for help on using the changeset viewer.