Commit 8314929e authored by Carlos Galarza's avatar Carlos Galarza

Remove resolved firefox bug comment

parent 6fdab711
......@@ -416,8 +416,6 @@ Code.init = function() {
*/
Code.initLanguage = function() {
// Set the HTML's language and direction.
// document.dir fails in Mozilla, use document.body.parentNode.dir instead.
// https://bugzilla.mozilla.org/show_bug.cgi?id=151407
var rtl = Code.isRtl();
document.head.parentElement.setAttribute('dir', rtl ? 'rtl' : 'ltr');
document.head.parentElement.setAttribute('lang', Code.LANG);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment