mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Dev: EntryBtn refactoring
This commit is contained in:
6
eustia/pxToNum.js
Normal file
6
eustia/pxToNum.js
Normal file
@@ -0,0 +1,6 @@
|
||||
_('toNum');
|
||||
|
||||
function exports(str)
|
||||
{
|
||||
return toNum(str.replace('px', ''));
|
||||
}
|
||||
Reference in New Issue
Block a user