Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't bother parsing integer because already integer
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth If offsetWidth is defined, it will already be an integer. If offsetWidth is not defined, ig.system.realWidth will be used instead.
- Loading branch information