Skip to content

Commit c2b39e1

Browse files
committedJan 3, 2014
Merge pull request johnny#57 from rcommande/master
Fixed missing ";"
2 parents d1a5f85 + ebe5c2a commit c2b39e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/js/jquery-sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,4 +623,4 @@
623623
});
624624
};
625625

626-
}(jQuery, window)
626+
}(jQuery, window);

0 commit comments

Comments
 (0)
Please sign in to comment.