Skip to content

Commit 084526c

Browse files
committed
Remove misspelled and deprecated getComputedAttrib
1 parent 6fa850f commit 084526c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/core/scene/a-scene.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -500,15 +500,6 @@ class AScene extends AEntity {
500500
return AEntity.prototype.getAttribute.call(this, attr);
501501
}
502502

503-
/**
504-
* `getAttribute` used to be `getDOMAttribute` and `getComputedAttribute` used to be
505-
* what `getAttribute` is now. Now legacy code.
506-
*/
507-
getComputedAttribut (attr) {
508-
warn('`getComputedAttribute` is deprecated. Use `getAttribute` instead.');
509-
this.getAttribute(attr);
510-
}
511-
512503
/**
513504
* Wraps Entity.getDOMAttribute to take into account for systems.
514505
* If system exists, then return system data rather than possible component data.

0 commit comments

Comments
 (0)