Removed the remaining Utils.timeout

This commit is contained in:
Raymond Lee 2010-08-11 00:19:08 +08:00
Родитель d466d0301b
Коммит 6e4c1327c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1234,7 +1234,7 @@ window.GroupItem.prototype = Utils.extend(new Item(), new Subscribable(), {
// of the groupItem's tab.
// TODO: This is probably a terrible hack that sets up a race
// condition. We need a better solution.
Utils.timeout(function() {
setTimeout(function() {
self._sendToSubscribers("tabAdded", { groupItemId: self.id });
}, 1);
}