Changeset 492 for Dev/trunk/src/client/qed-client/app
- Timestamp:
- 03/09/14 14:23:42 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client/app
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/app/Notifications.js
r443 r492 3 3 return declare([Toaster],{ 4 4 positionDirection: "br-up", 5 duration: 30005 duration: 7000 6 6 }); 7 7 }); -
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.