File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- <<<<<<< HEAD
2
1
# 1.0.0 (2017-02-23)
3
2
4
3
This release is a special one since it sets up in the path of a better development environment. Although it's far from
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const PLUGINS = {
14
14
'keyboard' : Plugins . Keyboard ,
15
15
'nav' : Plugins . Navigation ,
16
16
'scroll' : Plugins . Scroll ,
17
- 'touch' : Plugins . touch
17
+ 'touch' : Plugins . Touch
18
18
} ;
19
19
20
20
export default class WebSlides {
Original file line number Diff line number Diff line change 1
1
import Keys from '../utils/keys' ;
2
2
3
- export default class Keyboard {
3
+ export default class Grid {
4
4
/**
5
5
* Grid plugin that shows a grid on top of the WebSlides for easy prototyping.
6
6
* @param {WebSlides } wsInstance The WebSlides instance
You can’t perform that action at this time.
0 commit comments