Dev: Elements highlight

This commit is contained in:
surunzi
2016-05-04 12:10:19 +08:00
parent b23eeb0438
commit 89a8558e74
9 changed files with 393 additions and 232 deletions

6
eustia/pxToNum.js Normal file
View File

@@ -0,0 +1,6 @@
_('toNum');
function exports(str)
{
return toNum(str.replace('px', ''));
}