Skip to content

Commit fee5ee4

Browse files
committed
fix a breaking typo
missing a 'c' in 'content'
1 parent 9f4cd73 commit fee5ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jquery.flippy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Feb 11 2012 - v1.0 : First release
206206
"_Color_target" : convertColor(opts.color_target),
207207
"_Direction" : opts.direction,
208208
"_Light" : opts.light,
209-
"_Content" : (typeof opts.content == "object") ? opts.ontent.html() : opts.content,
209+
"_Content" : (typeof opts.content == "object") ? opts.content.html() : opts.content,
210210
"_Before" : opts.onStart,
211211
"_Midway" : opts.onMidway,
212212
"_After" : opts.onFinish,

jquery.flippy.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)