Dev: EntryBtn refactoring

This commit is contained in:
surunzi
2016-05-16 01:07:02 +08:00
parent b08f757d83
commit 6fb69e51ec
5 changed files with 99 additions and 66 deletions

6
eustia/pxToNum.js Normal file
View File

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