Skip to content

Commit 2a18506

Browse files
committed
Update JS behavior to use portable jQuery methods
1 parent 99ddfbb commit 2a18506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/files/snippets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2010 (c) John Reese
22
// Licensed under the MIT license
33

4-
$(document).ready(function() {
4+
jQuery(document).ready(function($) {
55
var SnippetsLangArray = null;
66

77
/**

0 commit comments

Comments
 (0)