File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
touch : true ,
65
65
next : ">" ,
66
66
nextHint : "Next (" + ( rtl ? "Left" : "Right" ) + " Arrow)" ,
67
- prev : "<" ,
67
+ previous : "<" ,
68
68
previousHint : "Previous (" + ( rtl ? "Right" : "Left" ) + " Arrow)" ,
69
69
closeHint : "Close (Esc)" ,
70
70
errorHint : "<p>An error has occured.</p>" ,
362
362
local = ! notHash && ! external ,
363
363
$group = this . $group ,
364
364
nextText = this . options . next + "<span class=\"visuallyhidden\">" + this . options . nextHint + "</span>" ,
365
- prevText = this . options . prev + "<span class=\"visuallyhidden\">" + this . options . prevHint + "</span>" ,
365
+ prevText = this . options . previous + "<span class=\"visuallyhidden\">" + this . options . previousHint + "</span>" ,
366
366
iframeScroll = this . options . iframeScroll ,
367
367
image = this . options . image || rimage . test ( target ) ,
368
368
iframe = this . options . iframe || notHash && external ? ! image : false ,
You can’t perform that action at this time.
0 commit comments