Skip to content

Commit a09b520

Browse files
committed
Fixed es5 syntax.
1 parent b40efdc commit a09b520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
},
245245

246246
// return the right zone info base on `start/index`.
247-
getZone (index) {
247+
getZone: function (index) {
248248
var start, end
249249
var delta = this.delta
250250

0 commit comments

Comments
 (0)