Changeset 19646
- Timestamp:
- 02/03/12 15:04:20 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Commons/content/Commons/widgets/tree/tree.xml
r19550 r19646 807 807 808 808 var rows = event.detail; 809 if (rows == NSUIEvent.SCROLL_PAGE_UP)809 if (rows == UIEvent.SCROLL_PAGE_UP) 810 810 this.treeBoxObject.scrollByPages(-1); 811 else if (rows == NSUIEvent.SCROLL_PAGE_DOWN)811 else if (rows == UIEvent.SCROLL_PAGE_DOWN) 812 812 this.treeBoxObject.scrollByPages(1); 813 813 else
Note: See TracChangeset
for help on using the changeset viewer.