Unverified Commit f36b7277 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1124 from ethereum/yann300-patch-4

Update pluginManager.js
parents 0f032a54 c40dede8
'use strict'
/**
* Register and Manage plugin:
* Plugin registration is done in the settings tab,
* using the following format:
* {
* "title": "<plugin name>",
* "url": "<plugin url>"
* }
*
* Plugin receive 4 types of message:
* - focus (when he get focus)
* - unfocus (when he loose focus - is hidden)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment