mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
var -> let
This commit is contained in:
parent
c196027bdc
commit
e31737a45d
4 changed files with 31 additions and 30 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
// Resolves with the global monaco API
|
||||
|
||||
declare var define: any;
|
||||
declare const define: any;
|
||||
|
||||
define([], function () {
|
||||
return (<any>self).monaco;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue