This website works better with JavaScript.
Home
Explore
Help
Sign In
codefeathers
/
window
mirror of
https://github.com/codefeathers/window
Watch
1
Star
0
Fork
0
Code
Issues
Releases
Wiki
Activity
🎚 Window-sliding insertion algorithm in JavaScript
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12
Commits
1
Branch
0
Tags
28 KiB
Tree:
a678da0b99
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a678da0b99'
${ noResults }
window
/
index.js
6 lines
81 B
Raw
Normal View
History
[init]
7 years ago
'use strict'
;
[refactor]
7 years ago
const
Slider
=
require
(
'./lib/slider'
)
;
[init]
7 years ago
module
.
exports
=
Slider
;