Changeset 492 for Dev/trunk/src/client/qed-client/app/Page.js
- Timestamp:
- 03/09/14 14:23:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/app/Page.js
r491 r492 16 16 notify: lang.hitch(Content,'notify'), 17 17 markDirty: lang.hitch(Content,'markDirty'), 18 markClean: lang.hitch(Content,'markClean') 18 markClean: lang.hitch(Content,'markClean'), 19 isDirty: lang.hitch(Content,'isDirty') 19 20 }); 20 21 return Page;
Note: See TracChangeset
for help on using the changeset viewer.