Changeset 1771
- Timestamp:
- 11/19/07 04:11:52 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/javascript-xpath/trunk/src/functionCall.js
r1423 r1771 7 7 FunctionCall = function(name) { 8 8 var info = FunctionCall.funcs[name]; 9 if (!info) 10 throw Error(name +' is not a function'); 11 9 12 this.name = name; 10 13 this.func = info[0];
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)