Skip to content

Commit

Permalink
Fixed broken $ dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Oct 30, 2015
1 parent 63932e2 commit b9b9f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import './../../../../scss/views/page/issue/_show.scss';

import React from 'react';
import $ from 'jQuery';
import $ from 'jquery';

import {Issue} from '../../../models/Issue.js';
import UserImage from '../../component/UserImage.js';
Expand Down

0 comments on commit b9b9f5a

Please sign in to comment.