This commit is contained in:
Benjamin Stover 2010-09-07 11:39:54 -07:00
Родитель 79e3bb5c1f
Коммит d37c2bcf99
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -505,12 +505,10 @@ Content.prototype = {
this._contextTimeout.clear();
this._overlayTimeout.clear();
this._loading = true;
this._coalescer.start();
},
stopLoading: function stopLoading() {
this._loading = false;
this._coalescer.stop();
},
isSelected: function isSelected() {