mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-19 11:21:20 +02:00
1.3.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "webslides",
|
"name": "webslides",
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"description": "Making HTML presentations easy",
|
"description": "Making HTML presentations easy",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.2.1
|
* Version: 1.3.0
|
||||||
* Date: 2017-04-19
|
* Date: 2017-04-20
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
@@ -1102,10 +1102,6 @@ var WebSlides = function () {
|
|||||||
/**
|
/**
|
||||||
* Registers a plugin to be loaded when the instance is created. It allows
|
* Registers a plugin to be loaded when the instance is created. It allows
|
||||||
* (on purpose) to replace default plugins.
|
* (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
|
* @param {!string} key They key under which it'll be stored inside of the
|
||||||
* instance, inside the plugins dict.
|
* instance, inside the plugins dict.
|
||||||
* @param {!Function} cto Plugin constructor.
|
* @param {!Function} cto Plugin constructor.
|
||||||
|
4
static/js/webslides.min.js
vendored
4
static/js/webslides.min.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
/*!
|
/*!
|
||||||
* Name: WebSlides
|
* Name: WebSlides
|
||||||
* Version: 1.2.1
|
* Version: 1.3.0
|
||||||
* Date: 2017-04-19
|
* Date: 2017-04-20
|
||||||
* Description: Making HTML presentations easy
|
* Description: Making HTML presentations easy
|
||||||
* URL: https://github.com/webslides/webslides#readme
|
* URL: https://github.com/webslides/webslides#readme
|
||||||
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
* Credits: @jlantunez, @LuisSacristan, @Belelros
|
||||||
|
Reference in New Issue
Block a user