зеркало из https://github.com/mozilla/popcorn-js.git
[#904] fixed whitespace, comma and file moved back to proper location
This commit is contained in:
Родитель
46256bf801
Коммит
8ee331b06e
|
@ -2,9 +2,9 @@
|
|||
|
||||
Popcorn.player = function( name, player ) {
|
||||
|
||||
// ID string matching
|
||||
var rIdExp = /^(#([\w\-\_\.]+))$/
|
||||
|
||||
// ID string matching
|
||||
var rIdExp = /^(#([\w\-\_\.]+))$/;
|
||||
|
||||
player = player || {};
|
||||
|
||||
var playerFn = function( target, src, options ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче