- Timestamp:
- 03/13/13 11:06:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/doc/dim.js
r15045 r15047 176 176 * 177 177 * @example 178 * var s = dim.get Services("TNG_WEATHER/DATA");178 * var s = dim.getDescription("TNG_WEATHER/DATA"); 179 179 * console.out("Name="+s.name); 180 180 * console.out("Server="+s.server); … … 185 185 * console.out(JSON.stringify(s)); 186 186 */ 187 dim.get Services= function() { /* [native code] */ }187 dim.getDescription = function() { /* [native code] */ } 188 188 189 189 /**
Note:
See TracChangeset
for help on using the changeset viewer.