1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 01:10:45 +00:00

Added missing semicolon

This commit is contained in:
Jeremy Ruston 2012-03-30 19:10:35 +01:00
parent 79a3941eca
commit 42900b3aac

View File

@ -268,6 +268,6 @@ utils.toggleClass = function(el,className,status) {
} else {
utils.removeClass(el,className);
}
}
};
})();