mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D18452 --HG-- rename : toolkit/components/asyncshutdown/nsAsyncShutdown.js => toolkit/components/asyncshutdown/nsAsyncShutdown.jsm extra : source : fe9b6695212ec3960ab9e730ccc446a8c3da9375
14 lines
550 B
Python
14 lines
550 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': '{35c496de-a115-475d-93b5-ffa3f3ae6fe3}',
|
|
'contract_ids': ['@mozilla.org/async-shutdown-service;1'],
|
|
'jsm': 'resource://gre/modules/nsAsyncShutdown.jsm',
|
|
'constructor': 'nsAsyncShutdownService',
|
|
},
|
|
]
|