aframe icon indicating copy to clipboard operation
aframe copied to clipboard

Remove misspelled and deprecated getComputedAttrib

Open mrxz opened this issue 1 year ago • 0 comments

Description: Encountered this misspelled method in a-scene.js. Since it was intended to provide a deprecation message to those using the old getComputedAttribute method, there's little use in fixing the spelling or keeping it around. It's highly unlikely that someone started using this misspelled variant (due to the deprecation warning it logs), so it should be safe to remove.

Changes proposed:

  • Remove deprecated and misspelled getComputedAttrib

mrxz avatar Feb 15 '24 10:02 mrxz