Changeset 2fc4596 in github
- Timestamp:
- Jul 24, 2010 2:49:27 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 52c0f76
- Parents:
- 27ea62a
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r27ea62a r2fc4596 978 978 // unified command call (command name == function name) 979 979 default: 980 var func = command.replace( '-', '_');980 var func = command.replace(/-/g, '_'); 981 981 if (this[func] && typeof this[func] == 'function') 982 982 this[func](props);
Note: See TracChangeset
for help on using the changeset viewer.
