Skip to content

Commit b4c2101

Browse files
committed
fix js bug
1 parent b970066 commit b4c2101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: javascripts/jrails.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: javascripts/sources/jrails.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
(function($) {
119119
$.fn.extend({
120-
visualEffect : function(o) {
120+
visualEffect : function(o, options) {
121121
if (options) {
122122
speed = options.duration * 1000;
123123
} else {

0 commit comments

Comments
 (0)