Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
C#: Move everything into the IIFE (#3077)
  • Loading branch information
RunDevelopment committed Sep 26, 2021
1 parent e2630d8 commit 9ed4cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/prism-csharp.js
Expand Up @@ -362,6 +362,6 @@
]
});

}(Prism));
Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;

Prism.languages.dotnet = Prism.languages.cs = Prism.languages.csharp;
}(Prism));
2 changes: 1 addition & 1 deletion components/prism-csharp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ed4cf6

Please sign in to comment.