Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Apr 20, 2017
1 parent 2f64994 commit 5024cca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webslides",
"version": "1.2.1",
"version": "1.3.0",
"description": "Making HTML presentations easy",
"main": "index.js",
"repository": {
Expand Down
8 changes: 2 additions & 6 deletions static/js/webslides.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Name: WebSlides
* Version: 1.2.1
* Date: 2017-04-19
* Version: 1.3.0
* Date: 2017-04-20
* Description: Making HTML presentations easy
* URL: https://github.com/webslides/webslides#readme
* Credits: @jlantunez, @LuisSacristan, @Belelros
Expand Down Expand Up @@ -1102,10 +1102,6 @@ var WebSlides = function () {
/**
* Registers a plugin to be loaded when the instance is created. It allows
* (on purpose) to replace default plugins.
* Those being:
* - Navigation
* - Hash
* - Keyboard
* @param {!string} key They key under which it'll be stored inside of the
* instance, inside the plugins dict.
* @param {!Function} cto Plugin constructor.
Expand Down
4 changes: 2 additions & 2 deletions static/js/webslides.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5024cca

Please sign in to comment.