Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara-flashplayer
mahara-flashplayer
Commits
9158a0da
Commit
9158a0da
authored
Jan 29, 2013
by
Anssi Piirainen
Browse files
Merge pull request #56 from flowplayer/issue55
Issue #55: leading "bang syntax" for JS
parents
e32e54c4
025b5e2f
Changes
5
Hide whitespace changes
Inline
Side-by-side
core/src/javascript/flashembed.js
View file @
9158a0da
...
...
@@ -9,7 +9,7 @@
* Since : March 2008
* Date : @DATE
*/
(
function
()
{
!
function
()
{
var
IE
=
document
.
all
,
URL
=
'
http://get.adobe.com/flashplayer
'
,
...
...
@@ -300,4 +300,4 @@
};
}
}
)
();
}();
core/src/javascript/flowplayer.js/flowplayer-src.js
View file @
9158a0da
...
...
@@ -21,7 +21,7 @@
* Date: @DATE
* Revision: @REVISION
*/
(
function
()
{
!
function
()
{
/*
FEATURES
...
...
@@ -1291,4 +1291,4 @@ if (typeof jQuery == 'function') {
//}}}
})();
\ No newline at end of file
}();
\ No newline at end of file
js-plugins/bitrateselect/flowplayer.bitrateselect.js
View file @
9158a0da
...
...
@@ -12,7 +12,7 @@
* Released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
(
function
(
$
)
{
!
function
(
$
)
{
$f
.
addPlugin
(
"
bitrateselect
"
,
function
(
container
,
options
)
{
...
...
@@ -118,4 +118,4 @@
return
self
;
});
}
)
(
jQuery
);
}(
jQuery
);
js-plugins/embed/flowplayer.embed.js
View file @
9158a0da
...
...
@@ -10,7 +10,7 @@
* http://www.opensource.org/licenses/mit-license.php
*/
(
function
()
{
!
function
()
{
// converts paths to absolute URL's as required in external sites
function
toAbsolute
(
url
,
base
)
{
...
...
@@ -90,4 +90,4 @@
});
}
)
();
}();
js-plugins/playlist/flowplayer.playlist.js
View file @
9158a0da
...
...
@@ -11,7 +11,7 @@
*
*/
(
function
(
$
)
{
!
function
(
$
)
{
$f
.
addPlugin
(
"
playlist
"
,
function
(
wrap
,
options
)
{
...
...
@@ -240,4 +240,4 @@
});
})(
jQuery
);
\ No newline at end of file
}(
jQuery
);
\ No newline at end of file
Write
Preview
Supports
Markdown
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