Remove unused descriptor var.

This commit is contained in:
John-David Dalton
2014-09-13 15:20:42 -07:00
parent 8cd4732321
commit d85bb3bce1

View File

@@ -201,14 +201,6 @@
'trailing': false
};
/** Used as the property descriptor for wrapper metadata */
var descriptor = {
'configurable': false,
'enumerable': false,
'value': null,
'writable': false
};
/**
* Used to map characters to HTML entities.
*