Skip to content

Commit

Permalink
[#654] Fixes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jul 22, 2011
1 parent 8678c2c commit a58c66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popcorn.js
Expand Up @@ -450,7 +450,7 @@
}


if ( arg !== false && arg !== null && typeof arg !== "undefined" ) {
if ( arg != null ) {

this.media[ name ] = arg;

Expand Down

0 comments on commit a58c66f

Please sign in to comment.