Go back to 100 for threshold for wide

Also fixed one whitespace issue in previous commit.
This commit is contained in:
Niklas Laxström
2016-08-29 10:58:16 +02:00
parent f5ff66eb63
commit 7a0b336010

View File

@@ -135,7 +135,7 @@
*/ */
position: function () { position: function () {
var pos, var pos,
top = this.top, top = this.top,
left = this.left; left = this.left;
if ( top === undefined ) { if ( top === undefined ) {
@@ -362,7 +362,7 @@
return 'narrow'; return 'narrow';
} }
if ( languagesCount < 400 ) { if ( languagesCount < 100 ) {
return 'medium'; return 'medium';
} }