In this case none. You should be able to get the width via
document.getElementById("ent-13").clientWidth. It's a property, so don't add brackets.
Note that the
clientWidth only includes the padding but not the border or the margin.
If it still doesn't work for you, please provide a URL to your side, so I can test it myself.
Sebastian