source: Dev/trunk/src/client/qed-client/app/Notifications.js @ 491

Last change on this file since 491 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 183 bytes
Line 
1define(['dojo/_base/declare','dojox/widget/Toaster'],
2function(declare,Toaster){
3    return declare([Toaster],{
4        positionDirection: "br-up",
5        duration: 3000
6    });
7});
Note: See TracBrowser for help on using the repository browser.