cinera_search_pre.js: Fix WindowDim declaration
This commit is contained in:
parent
545938d766
commit
f519a0977f
|
@ -2930,7 +2930,10 @@ ComputeOptimalGridSize()
|
|||
Y: null,
|
||||
};
|
||||
|
||||
var WindowDim;
|
||||
var WindowDim = {
|
||||
X: null,
|
||||
Y: null,
|
||||
};
|
||||
if(CineraProps.IsMobile)
|
||||
{
|
||||
WindowDim = DeriveReliableWindowDimensions();
|
||||
|
|
Loading…
Reference in New Issue