Automatically handle the "showConfiguration" and "webviewclosed" events + other minor code cleanup

This commit is contained in:
Keegan
2016-02-16 17:05:42 -08:00
parent 24bfc54991
commit 56eb666ee2
11 changed files with 144 additions and 51 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
/**
* Batch update all the properties of an object.
* @param {object} obj
* @param {object} descriptor
* @param {Object} obj
* @param {Object} descriptor
* @param {boolean} [descriptor.configurable]
* @param {boolean} [descriptor.enumerable]
* @param {*} [descriptor.value]