Skip to content

Commit

Permalink
Merge pull request ether#631 from jhollinger/develop
Browse files Browse the repository at this point in the history
Fix re-enabling of line numbers
  • Loading branch information
JohnMcLear committed Apr 13, 2012
2 parents cba2c1f + 06f3666 commit f4fe982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/js/ace2_inner.js
Expand Up @@ -4635,7 +4635,7 @@ function Ace2Inner(){
function setClassPresence(elem, className, present)
{
if (present) $(elem).addClass(className);
else $(elem).removeClass(elem, className);
else $(elem).removeClass(className);
}

function setup()
Expand Down

0 comments on commit f4fe982

Please sign in to comment.