Last active
July 27, 2019 16:36
-
-
Save arturovt/4065c95d148edc829af68b3e73c9fb58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zone.__load_patch('timers', function(global) { | |
var set = 'set'; | |
var clear = 'clear'; | |
patchTimer(global, set, clear, 'Timeout'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment