change required for removing hashchange use, see bug 642655

This commit is contained in:
Shane Caraveo 2011-03-30 13:53:14 -07:00
Родитель d6e6188c62
Коммит c6425aa111
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -554,5 +554,5 @@ function (require, $, object, fn, rdapi, oauth,
};
// Trigger a call for the first share state.
dispatch.pub('getShareState', null);
dispatch.pub('panelReady', null);
});