fix typo.

git-svn-id: svn://10.0.0.236/trunk@221896 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org 2007-03-14 20:38:59 +00:00
parent c50f0ed270
commit 2c2d4a3d00

View File

@ -55,7 +55,7 @@ var PlacesOrganizer = {
init: function PO_init() {
var self = this;
// on timteout because of the corresponding setTimeout()
// on timeout because of the corresponding setTimeout()
// in the places tree binding's constructor
setTimeout(function() { self._init(); }, 0);
},