| Index: lib/requestNotifier.js | 
| =================================================================== | 
| --- a/lib/requestNotifier.js | 
| +++ b/lib/requestNotifier.js | 
| @@ -351,24 +351,16 @@ RequestEntry.prototype = | 
| * @type String | 
| */ | 
| location: null, | 
| /** | 
| * Filter that was applied to this request (if any) | 
| * @type Filter | 
| */ | 
| filter: null, | 
| -  /** | 
| -   * String representation of the content type, e.g. "subdocument" | 
| -   * @type String | 
| -   */ | 
| -  get typeDescr() | 
| -  { | 
| -    return this.type; | 
| -  }, | 
|  | 
| /** | 
| * Attaches this request object to a DOM node. | 
| */ | 
| attachToNode: function(/**Node*/ node) | 
| { | 
| let existingData = getEntry(nodeData, node); | 
| if (typeof existingData == "undefined") | 
|  |