forked from mirrors/gecko-dev
		
	 66da04bfe0
			
		
	
	
		66da04bfe0
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D18465 --HG-- rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm extra : source : 6c63bc2409729cf175b319cfb7cd95850aa1ab46
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			554 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			554 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': '{9f171ac4-0939-4ef8-b360-3408aedc3060}',
 | |
|         'contract_ids': ['@mozilla.org/dom/browser-element-api;1'],
 | |
|         'jsm': 'resource://gre/modules/BrowserElementParent.jsm',
 | |
|         'constructor': 'BrowserElementParent',
 | |
|     },
 | |
| ]
 |