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
biao
2015-11-30 13:38:39 +0800
Commit
355493b817f98b049f6545ffba9a835650bdb9d3
1 parent
246d1d49
remove the unused code in channel.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
static/js/index/channel.js
static/js/index/channel.js
View file @
355493b
...
...
@@ -95,12 +95,5 @@ $win.scroll(function() {
updateLayerPosition
();
});
$win
.
on
(
'resize'
,
function
(){
console
.
log
(
'resize'
);
});
$win
.
on
(
'scrollstop'
,
function
(){
console
.
log
(
'stop'
);
});
$doc
.
on
(
'ready'
,
updateLayerPosition
);
...
...
Please
register
or
login
to post a comment