Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YAS-jssdk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2017-10-11 18:16:45 +0800
Commit
e9b1f54b38a60d0931654a33abe295b5d4bcac10
1 parent
ffb8d77f
trim
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/reporter/index.js
src/reporter/index.js
View file @
e9b1f54
if
(
!
String
.
prototype
.
trim
)
{
String
.
prototype
.
trim
=
function
()
{
return
this
.
replace
(
/^
[\s\u
FEFF
\x
A0
]
+|
[\s\u
FEFF
\x
A0
]
+$/g
,
''
);
};
}
// 速度数据
var
errReporter
=
require
(
'./err-reporter'
);
var
speed
=
require
(
'./speed'
);
...
...
Please
register
or
login
to post a comment