зеркало из https://github.com/mozilla/gecko-dev.git
bug #359016 JavaScript error current item is not defined r=jminta
This commit is contained in:
Родитель
31d0d7e733
Коммит
5bf9dc953f
|
@ -336,7 +336,7 @@ calItemBase.prototype = {
|
|||
},
|
||||
|
||||
getNext: function() {
|
||||
if (!currentItem)
|
||||
if (!this.currentItem)
|
||||
throw Components.results.NS_ERROR_UNEXPECTED;
|
||||
|
||||
var rval = this.currentItem;
|
||||
|
|
Загрузка…
Ссылка в новой задаче