Skip to content

Commit

Permalink
ObjectIO.supertype === null, factor out getPrototypeOf usages to Obje…
Browse files Browse the repository at this point in the history
…ctIO.getSupertype, phetsims/phet-io-wrappers#298
  • Loading branch information
zepumph committed Oct 3, 2019
1 parent 3ae3ba5 commit 373bd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/phet-io/bumper-phet-io-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ window.phet.phetio.phetioTypes = assert &&
"events": [],
"methodOrder": [],
"methods": {},
"supertype": "Object",
"supertype": null,
"typeName": "ObjectIO"
},
"PhetButtonIO": {
Expand Down

0 comments on commit 373bd13

Please sign in to comment.