Code review comment for lp:~josharenson/unity8/new_fix_upsidedown

Revision history for this message
Josh Arenson (josharenson) wrote :

> In qml/OrientedShell.qml:
>
> """
> orientations: root.orientations ? root.orientations : ""
> """
>
> This looks strange. Passing an empty string in case there's no
> root.orientations?
>
> In which situation do you expect root.orientations to be null/undefined?

This was residual debug code that I will remove.

« Back to merge proposal