Remove an unused JS variable after [29036]. see #27406.

git-svn-id: https://develop.svn.wordpress.org/trunk@29042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-07-09 17:45:36 +00:00
parent 70639f7b90
commit 194122cb84
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@
});
});
var accordionOptions = $( '.accordion-container li.accordion-section' ),
sectionContent = $( '.accordion-section-content' );
var sectionContent = $( '.accordion-section-content' );
/**
* Close the current accordion section and open a new one.