Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
aa
aabrowser
Commits
0dcae6f1
Commit
0dcae6f1
authored
Mar 25, 2011
by
svilayphiou
Browse files
rm console.log
parent
0e72707d
Changes
1
Hide whitespace changes
Inline
Side-by-side
aabrowser/media/jquery.ui.playlist.js
View file @
0dcae6f1
...
...
@@ -55,7 +55,6 @@ $.widget("aa.playlist", {
var
that
=
this
;
this
.
element
.
addClass
(
"
aa-playlist
"
);
var
o
=
this
.
options
;
console
.
log
(
o
);
o
.
annotation_id
=
$
(
this
.
element
).
attr
(
"
data-id
"
)
||
o
.
annotation_id
;
o
.
_editing
=
null
;
// null initial state allows read or edit call to take at end of init
o
.
_playing
=
false
;
// when false, responds to timeupdate events by following
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment