forked from 0x2620/oxjs
some more tabs to spaces
This commit is contained in:
parent
064c40461e
commit
4950898b34
7 changed files with 19 additions and 19 deletions
|
|
@ -738,7 +738,7 @@ Ox.VideoTimelinePlayer = function(options, self) {
|
|||
function setWidth() {
|
||||
self.contentWidth = self.options.width - 2 * self.margin;
|
||||
self.lines = getLines();
|
||||
Ox.loop(self.lines, function(i) {
|
||||
Ox.loop(self.lines, function(i) {
|
||||
if (self.$lines[i]) {
|
||||
self.$lines[i].css({
|
||||
width: self.contentWidth + 'px'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue