You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It yields >> TypeError: Attempted to assign to readonly property. at for this line when running in PhantomJS within a Jasmine test. We're looking for a workaround, just filing this here for reference.
Looks like some refactors/ rewrites available here:
We found an issue (publiclab/PublicLab.Editor#614) with the following line when trying to compile this in Babel:
resig-class/index.js
Line 25 in 20c7a16
It yields
>> TypeError: Attempted to assign to readonly property. at
for this line when running in PhantomJS within a Jasmine test. We're looking for a workaround, just filing this here for reference.Looks like some refactors/ rewrites available here:
https://stackoverflow.com/questions/15050816/is-john-resigs-javascript-inheritance-snippet-deprecated
Thanks!
The text was updated successfully, but these errors were encountered: