fix typo.

This commit is contained in:
sspitzer%mozilla.org 2007-03-14 20:38:59 +00:00
parent b8cef2d114
commit c6549ac6f0

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);
},