Team:AUC TURKEY
From 2013hs.igem.org
(Difference between revisions)
Line 586: | Line 586: | ||
$s.height(opts.height); | $s.height(opts.height); | ||
s.cycleH = (!(!opts.fit || !opts.height)) ? opts.height : $s.height(); | s.cycleH = (!(!opts.fit || !opts.height)) ? opts.height : $s.height(); | ||
- | s.cycleW = (!(!opts.fit || !opts.width) ? opts.width : $s.width(); | + | s.cycleW = (!(!opts.fit || !opts.width)) ? opts.width : $s.width(); |
$s.css(opts.cssBefore); | $s.css(opts.cssBefore); |
Revision as of 13:37, 20 June 2013