[PE mobile] Fix bug with layout name.
This commit is contained in:
parent
f07f5d1f03
commit
40a1ccca21
|
@ -103,7 +103,7 @@ define([
|
||||||
var name = layout.get_Name();
|
var name = layout.get_Name();
|
||||||
_layouts.push({
|
_layouts.push({
|
||||||
imageUrl : layout.get_Image(),
|
imageUrl : layout.get_Image(),
|
||||||
title : (name !== '') ? name : me.layoutNames[layout.getType()],
|
title : (name !== '') ? name : PE.getController('Main').layoutNames[layout.getType()],
|
||||||
itemWidth : layout.get_Width(),
|
itemWidth : layout.get_Width(),
|
||||||
itemHeight : layout.get_Height(),
|
itemHeight : layout.get_Height(),
|
||||||
idx : layout.getIndex()
|
idx : layout.getIndex()
|
||||||
|
|
Loading…
Reference in a new issue