Skip to content

Commit 5024cca

Browse files
1.3.0
1 parent 2f64994 commit 5024cca

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webslides",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Making HTML presentations easy",
55
"main": "index.js",
66
"repository": {

static/js/webslides.js

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Name: WebSlides
3-
* Version: 1.2.1
4-
* Date: 2017-04-19
3+
* Version: 1.3.0
4+
* Date: 2017-04-20
55
* Description: Making HTML presentations easy
66
* URL: https://github.com/webslides/webslides#readme
77
* Credits: @jlantunez, @LuisSacristan, @Belelros
@@ -1102,10 +1102,6 @@ var WebSlides = function () {
11021102
/**
11031103
* Registers a plugin to be loaded when the instance is created. It allows
11041104
* (on purpose) to replace default plugins.
1105-
* Those being:
1106-
* - Navigation
1107-
* - Hash
1108-
* - Keyboard
11091105
* @param {!string} key They key under which it'll be stored inside of the
11101106
* instance, inside the plugins dict.
11111107
* @param {!Function} cto Plugin constructor.

static/js/webslides.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)