bug 356363 - Clean up scoping of calIObserver. Patch by Joey Minta <jminta@gmail.com>, r1=lilmatt, r2=dmose
git-svn-id: svn://10.0.0.236/trunk@221313 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1435,6 +1435,7 @@
|
||||
// the calIObserver, and calICompositeObserver
|
||||
({
|
||||
calView: this,
|
||||
mBatchCount: 0,
|
||||
|
||||
QueryInterface: function (aIID) {
|
||||
if (!aIID.equals(Ci.calIObserver) &&
|
||||
@@ -1447,7 +1448,7 @@
|
||||
},
|
||||
|
||||
onStartBatch: function() {
|
||||
this.calView.mBatchCount++;
|
||||
this.mBatchCount++;
|
||||
},
|
||||
onEndBatch: function() {
|
||||
this.mBatchCount--;
|
||||
|
||||
Reference in New Issue
Block a user