Skip to content

Commit 9ed4cf6

Browse files
C#: Move everything into the IIFE (#3077)
1 parent e2630d8 commit 9ed4cf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/prism-csharp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,6 @@
362362
]
363363
});
364364

365-
}(Prism));
365+
Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;
366366

367-
Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;
367+
}(Prism));

components/prism-csharp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)