Add a warning about T130390

Change-Id: I872d1dc0ec8d0827c3f56aeb1474f4596e08532d
This commit is contained in:
Niklas Laxström
2016-03-24 11:14:17 +01:00
parent 7f30d9e31a
commit 9ea6f8d6ba

View File

@@ -285,7 +285,8 @@
lang: previousLang, lang: previousLang,
// We could get dir from uls.data, // We could get dir from uls.data,
// but we are trying to avoid loading it // but we are trying to avoid loading it
// and 'auto' is safe enough in this context // and 'auto' is safe enough in this context.
// T130390: must use attr
dir: 'auto' dir: 'auto'
} ); } );