Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
王水玲
2016-05-11 16:41:07 +0800
Commit
f3db4459fb578d416eb4fd5aacdc2cdb6e6b4e49
1 parent
681d2483
大小写转换helpers
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/helpers.js
library/helpers.js
View file @
f3db445
@@ -71,4 +71,4 @@ exports.toLowerCase = (str) => {
@@ -71,4 +71,4 @@ exports.toLowerCase = (str) => {
71
*/
71
*/
72
exports
.
toUpperCase
=
(
str
)
=>
{
72
exports
.
toUpperCase
=
(
str
)
=>
{
73
return
str
.
toUpperCase
();
73
return
str
.
toUpperCase
();
74
-
};
74
+
};
Please
register
or
login
to post a comment