We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e6329 commit 7473755Copy full SHA for 7473755
index.js
@@ -123,11 +123,11 @@
123
}
124
125
if (!offset && delta.total) {
126
- this.triggerEvent('totop')
+ this.fireEvent('totop')
127
128
129
if (offset >= offsetAll) {
130
- this.triggerEvent('tobottom')
+ this.fireEvent('tobottom')
131
132
},
133
@@ -318,7 +318,7 @@
318
319
320
// trigger a props event on parent.
321
- triggerEvent: function (event) {
+ fireEvent: function (event) {
322
if (this[event]) {
323
this[event]()
324
0 commit comments