Skip to content

Commit acd3eed

Browse files
Fixing leftover for changes
1 parent 8ac52b4 commit acd3eed

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# 1.0.0 (2017-02-23)
32

43
This release is a special one since it sets up in the path of a better development environment. Although it's far from

src/js/modules/webslides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const PLUGINS = {
1414
'keyboard': Plugins.Keyboard,
1515
'nav': Plugins.Navigation,
1616
'scroll': Plugins.Scroll,
17-
'touch': Plugins.touch
17+
'touch': Plugins.Touch
1818
};
1919

2020
export default class WebSlides {

src/js/plugins/grid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Keys from '../utils/keys';
22

3-
export default class Keyboard {
3+
export default class Grid {
44
/**
55
* Grid plugin that shows a grid on top of the WebSlides for easy prototyping.
66
* @param {WebSlides} wsInstance The WebSlides instance

0 commit comments

Comments
 (0)