Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phet-steele authored Aug 8, 2017
1 parent 1f26e4d commit 4183b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scenery.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ define( function( require ) {
var serialization = {
id: node.id,
type: 'Node',
types: inheritance( node.constructor ).map( function( type ) { return type.name } ).filter( function( name ) {
types: inheritance( node.constructor ).map( function( type ) { return type.name; } ).filter( function( name ) {
return name && name !== 'Object' && name !== 'Node';
} ),
name: node.constructor.name,
Expand Down

0 comments on commit 4183b12

Please sign in to comment.