var -> let

This commit is contained in:
Alex Dima 2020-09-18 20:14:22 +02:00
parent c196027bdc
commit e31737a45d
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 31 additions and 30 deletions

View file

@ -5,7 +5,7 @@
// Resolves with the global monaco API
declare var define: any;
declare const define: any;
define([], function () {
return (<any>self).monaco;