[#904] fixed whitespace, comma and file moved back to proper location

This commit is contained in:
ScottDowne 2012-02-02 21:39:11 -05:00
Родитель 46256bf801
Коммит 8ee331b06e
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 ) {

Просмотреть файл