Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
8 years ago
Commit
021865a359cc1853142a510a949a6831888204b4
1 parent
3c1de4f4
remove-fastclick
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
public/js/yoho-page.js
public/js/yoho-page.js
View file @
021865a
import
app
from
'./yoho-app'
;
import
$
from
'yoho-jquery'
;
import
qs
from
'yoho-qs'
;
import
fastClick
from
'yoho-fastclick'
;
class
Page
{
constructor
()
{
fastClick
.
attach
(
document
.
body
);
this
.
app
=
app
;
this
.
qs
=
qs
;
this
.
$event
=
$
(
document
);
...
...
Please
register
or
login
to post a comment