Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2015-12-09 15:44:48 +0800
Commit
6d944935678051c69a9782e1edd9a5694815809b
1 parent
eadec3b9
重构slide切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/common/yohoui/YH.base.js
web-static/js/common/yohoui/YH.base.js
View file @
6d94493
...
...
@@ -117,7 +117,7 @@ var me = {
name
=
name
.
split
(
classCss
)[
1
];
}
if
(
name
)
{
DOM
[
name
]
=
$
(
els
[
i
],
wrap
);
DOM
[
name
]
=
wrap
.
find
(
els
[
i
]
);
}
}
return
DOM
;
...
...
Please
register
or
login
to post a comment