brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

image.is-image error when false expected #314

Closed thao13039 closed 4 years ago

thao13039 commented 5 years ago

image.is-image is expected to return false when something other than an Image is passed in but it instead returns an error: Pyret Type Error: function isOpaque(val) { return val instanceof POpaque; }: