1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-25 22:20:46 +02:00

Normalising docs

This commit is contained in:
Antonio Laguna
2017-04-19 17:34:03 +02:00
parent bc1639cd97
commit 3ff7053105

View File

@@ -385,10 +385,6 @@ export default class WebSlides {
/**
* 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.