remoev hack

This commit is contained in:
Marco Martin 2012-10-23 14:42:57 +02:00
parent 3910b0604f
commit d7e77f5074

View File

@ -295,12 +295,6 @@ Item {
// Performs a push enter transition.
function pushEnter(immediate, orientationChanges)
{
//FIXME: why the first time pageParent is null?
if (container.pageParent === null) {
container.pageParent = container
page.parent = container
}
if (!immediate) {
if (orientationChanges)
setState("LandscapeRight");