Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b0d35f6a
authored
2014-03-12 14:14:00 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
remove dangling comma
1 parent
37670f52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/async-queue.js
src/async-queue.js
View file @
b0d35f6
...
...
@@ -20,7 +20,7 @@
window
.
setTimeout
(
process
,
0
);
q
.
running
=
true
;
}
}
,
}
},
process
=
function
()
{
var
task
;
...
...
Please
register
or
sign in
to post a comment