A missing hasOwnProperty()-check in jQuery Drilldown causes a fatal JavaScript error if this script is used on the same page as another script that extends Array.prototype:

Object doesn't support this property or method
Line: 87
Char: 15
sites/all/modules/contrib/admin/includes/jquery.drilldown.js

The attached patch fixes that.

CommentFileSizeAuthor
admin-missing-hasownpropery.patch1.01 KBmikl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TravisCarden’s picture

Status: Needs review » Reviewed & tested by the community

Simple fix, works great. Thanks!

jessebeach’s picture

I verified this fix. Has it been committed yet?

jessebeach’s picture

Issue summary: View changes

Updated issue summary for findability.