Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active July 27, 2019 16:36
Show Gist options
  • Save arturovt/4065c95d148edc829af68b3e73c9fb58 to your computer and use it in GitHub Desktop.
Save arturovt/4065c95d148edc829af68b3e73c9fb58 to your computer and use it in GitHub Desktop.
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