We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ddfbb commit 2a18506Copy full SHA for 2a18506
Snippets/files/snippets.js
@@ -1,7 +1,7 @@
1
// Copyright 2010 (c) John Reese
2
// Licensed under the MIT license
3
4
-$(document).ready(function() {
+jQuery(document).ready(function($) {
5
var SnippetsLangArray = null;
6
7
/**
0 commit comments