[Fixed Position] Add tests and fix checkstyle error.

Fixes #1496
This commit is contained in:
Pegah Sarram
2017-09-13 12:08:52 -07:00
parent 68abc15ed5
commit 740db8da75
5 changed files with 17 additions and 66 deletions

View File

@ -67,6 +67,10 @@ define(
*/
proxy.size = new AccessorMutator(element, 'size');
if (proxy.size() === undefined) {
proxy.size("13px");
}
return proxy;
}