Changeset 410 for Dev/branches/rest-dojo-ui/client/rft/ui/Breadcrumbs.js
- Timestamp:
- 09/07/12 16:59:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/Breadcrumbs.js
r407 r410 6 6 'dojo/topic', 7 7 'dijit/_WidgetBase', 8 '../app/ Controller'9 ], function(declare, baseArray, Button, domClass, topic, _WidgetBase, Controller){8 '../app/Router' 9 ], function(declare, baseArray, Button, domClass, topic, _WidgetBase,Router){ 10 10 return declare([_WidgetBase], { 11 11 _crumbs: [], … … 61 61 iconClass: "dijitNoIcon", 62 62 onClick: lang.hitch(this, function(){ 63 Controller.go(path); // TODO: fix this call!63 Router.go(path); // TODO: fix this call! 64 64 }) 65 65 });
Note: See TracChangeset
for help on using the changeset viewer.