blob: cfa646250beae688a36f314c58c0ceec283c6277 [file] [log] [blame]
function calculateWidth(parent)
{
var w = parent.width / 3
// ...
// more javascript code
// ...
console.debug(w)
return w
}