Skip to content

Commit

Permalink
Use jQuery short notation
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldemoura authored and nielsenramon committed Jun 14, 2017
1 parent 18223e6 commit e493528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//= require_self

$(document).ready(function() {
$(function() {
// ScrollAppear
if (typeof $.fn.scrollAppear === 'function') {
$('.appear').scrollAppear();
Expand Down

0 comments on commit e493528

Please sign in to comment.