1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +02:00
This commit is contained in:
Antonio Laguna
2017-04-20 12:25:51 +02:00
parent 2f64994409
commit 5024cca7d9
3 changed files with 5 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "webslides",
"version": "1.2.1",
"version": "1.3.0",
"description": "Making HTML presentations easy",
"main": "index.js",
"repository": {

View File

@@ -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
@@ -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.

View File

@@ -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