git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9227 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -20,7 +20,7 @@ angular.module('toaster', ['ngAnimate'])
type: type,
title: title,
body: body,
- timeout: timeout,
+ timeout: (timeout || ('info' == type ? 1000 : 5000)),
bodyOutputType: bodyOutputType,
clickHandler: clickHandler
};