gecko-dev/toolkit/components/tooltiptext/components.conf
Kris Maglione 15c7300c5e Bug 1524688: Part 23 - Convert TooltipTextProvider to static registration. r=mconley
--HG--
rename : toolkit/components/tooltiptext/TooltipTextProvider.js => toolkit/components/tooltiptext/TooltipTextProvider.jsm
extra : source : bf6b18e23f69cfc3b29560ae39cbd58e6b16ea6c
2019-01-29 21:19:27 -08:00

14 lines
566 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Classes = [
{
'cid': '{f376627f-0bbc-47b8-887e-fc92574cc91f}',
'contract_ids': ['@mozilla.org/embedcomp/default-tooltiptextprovider;1'],
'jsm': 'resource://gre/modules/TooltipTextProvider.jsm',
'constructor': 'TooltipTextProvider',
},
]