Skip to content

Commit 8116edb

Browse files
pwwpcheatscott
authored andcommitted
fix(zone.js): fix typo in zone_externs (#40348)
This change fixes a typo in zone.js externs definition and avoids Closure compiler renaming Task.cancelScheduleRequest() unexpectedly. PR Close #40348
1 parent 1438975 commit 8116edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zone.js/lib/closure/zone_externs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Task.prototype.zone;
420420
* @type {number}
421421
*/
422422
Task.prototype.runCount;
423-
Task.prototype.cancelSchduleRequest = function() {};
423+
Task.prototype.cancelScheduleRequest = function() {};
424424

425425
/**
426426
* @interface

0 commit comments

Comments
 (0)