1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 11:45:47 +01:00

Update curl plugin.

This commit is contained in:
Kris Maglione
2015-12-30 15:56:42 -08:00
parent e16a993e99
commit 31c6df0257
4 changed files with 33 additions and 14 deletions

View File

@@ -175,7 +175,7 @@ var Services = Module("Services", {
* @param {string} init Name of a property or method used to initialize the
* class.
*/
addClass: function addClass(name, class_, ifaces, init = null, quiet = false) {
addClass: function addClass(name, class_, ifaces, init = null, quiet = true) {
this.services[name] = { class: class_,
interfaces: Array.concat(ifaces || []),
method: "createInstance",