mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 14:15:48 +01:00
Remove compatiblity cruft.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2011-2012 Kris Maglione <maglione.k@gmail.com>
|
||||
// Copyright (c) 2011-2014 Kris Maglione <maglione.k@gmail.com>
|
||||
//
|
||||
// This work is licensed for reuse under an MIT license. Details are
|
||||
// given in the LICENSE.txt file included with this file.
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
var EXPORTED_SYMBOLS = ["require"];
|
||||
|
||||
// Deal with cross-compartment XML passing issues.
|
||||
function create(proto) Object.create(proto);
|
||||
|
||||
this["import"] = function import_(obj) {
|
||||
let res = {};
|
||||
for each (let key in Object.getOwnPropertyNames(obj))
|
||||
|
||||
Reference in New Issue
Block a user