Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Use jQuery instead of $
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilemski committed Oct 3, 2011
1 parent c4b1a44 commit 6dbc545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/Duo-Web-v1.js
Expand Up @@ -222,7 +222,7 @@
})(jQuery);


var D = $;
var D = jQuery;


/*
Expand Down
2 changes: 1 addition & 1 deletion js/Duo-Web-v1.min.js

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

0 comments on commit 6dbc545

Please sign in to comment.