From e7f3c05d287086872d528d3ebe0e0e70d2ef6312 Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 3 Mar 2014 15:27:57 -0800 Subject: [PATCH] remove unused get_attr_names --- IPython/html/static/base/js/utils.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/IPython/html/static/base/js/utils.js b/IPython/html/static/base/js/utils.js index 3b59a10dd..c8409249e 100644 --- a/IPython/html/static/base/js/utils.js +++ b/IPython/html/static/base/js/utils.js @@ -488,16 +488,6 @@ IPython.utils = (function (IPython) { } } - var get_attr_names = function (e) { - // Get the names of all the HTML attributes of the element e. - var el = $(e)[0]; - var arr = []; - for (var i=0, attrs=el.attributes, l=attrs.length; i