Searched refs:_cleanElSize (Results 1 – 3 of 3) sorted by relevance
13 …_cleanElSize=function(t){return 1*(t||"").toString().replace("px","")||0},e.prototype._getBoxStyle… method in e
1 …_cleanElSize","_getBoxStyles","computed","properties","boxSizing","clientHeight","MozBoxSizing","h…
21150 Layout.prototype._cleanElSize = function(value){ method in Layout21186 styles[properties[i]] = computed[properties[i]] ? this._cleanElSize(computed[properties[i]]) : 0;