We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac52b4 commit acd3eedCopy full SHA for acd3eed
CHANGELOG.md
@@ -1,4 +1,3 @@
1
-<<<<<<< HEAD
2
# 1.0.0 (2017-02-23)
3
4
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
@@ -14,7 +14,7 @@ const PLUGINS = {
14
'keyboard': Plugins.Keyboard,
15
'nav': Plugins.Navigation,
16
'scroll': Plugins.Scroll,
17
- 'touch': Plugins.touch
+ 'touch': Plugins.Touch
18
};
19
20
export default class WebSlides {
src/js/plugins/grid.js
@@ -1,6 +1,6 @@
import Keys from '../utils/keys';
-export default class Keyboard {
+export default class Grid {
/**
5
* Grid plugin that shows a grid on top of the WebSlides for easy prototyping.
6
* @param {WebSlides} wsInstance The WebSlides instance
0 commit comments