Skip to content

Commit

Permalink
Fix variable name, $ undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Mar 14, 2016
1 parent 764c4a2 commit 3a1b448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/directory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint strict:0 */

$(function() {
jQuery(function() {
'use strict';

var init = function() {
Expand Down

0 comments on commit 3a1b448

Please sign in to comment.