SGH
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
bower_components/jquery/src/var/pnum.js
80 Bytes
Edit
Raw
Normal View
History
c5169e0e
Renato De Donato
a new hope
1 2 3
define
(
function
()
{
return
(
/
[
+-
]?(?:\d
*
\.
|
)\d
+
(?:[
eE
][
+-
]?\d
+|
)
/
).
source
;
});