Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.1/es5-ext/object/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.1/es5-ext/object/clear.js

"use strict";

var keys = require("./keys");

module.exports = function (obj) {
	var error;
	keys(obj).forEach(function (key) {
		try {
			delete this[key];
		} catch (e) {
			if (!error) error = e;
		}
	}, obj);
	if (error !== undefined) throw error;
	return obj;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists