Skip to content

Commit

Permalink
Fixing leftover for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Feb 23, 2017
1 parent 8ac52b4 commit acd3eed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/js/modules/webslides.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/js/plugins/grid.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit acd3eed

Please sign in to comment.