Skip to content

Commit 9ed4cf6

Browse files
authoredSep 26, 2021
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

+2-2
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.