1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-17 18:37:00 +02:00

Fixing leftover for changes

This commit is contained in:
Antonio Laguna
2017-02-23 13:10:49 +01:00
parent 8ac52b4936
commit acd3eed1b7
3 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
<<<<<<< HEAD
# 1.0.0 (2017-02-23)
This release is a special one since it sets up in the path of a better development environment. Although it's far from

View File

@@ -14,7 +14,7 @@ const PLUGINS = {
'keyboard': Plugins.Keyboard,
'nav': Plugins.Navigation,
'scroll': Plugins.Scroll,
'touch': Plugins.touch
'touch': Plugins.Touch
};
export default class WebSlides {

View File

@@ -1,6 +1,6 @@
import Keys from '../utils/keys';
export default class Keyboard {
export default class Grid {
/**
* Grid plugin that shows a grid on top of the WebSlides for easy prototyping.
* @param {WebSlides} wsInstance The WebSlides instance