summaryrefslogtreecommitdiffstats
path: root/examples/declarative/screenorientation/Core/screenorientation.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/screenorientation/Core/screenorientation.js')
-rw-r--r--examples/declarative/screenorientation/Core/screenorientation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/screenorientation/Core/screenorientation.js b/examples/declarative/screenorientation/Core/screenorientation.js
index ca97478c..3171c43c 100644
--- a/examples/declarative/screenorientation/Core/screenorientation.js
+++ b/examples/declarative/screenorientation/Core/screenorientation.js
@@ -53,7 +53,7 @@ function printOrientation(orientation) {
}
return orientationString;
}
-
+
function getAngle(orientation) {
var angle;
if (orientation == Orientation.Portrait) {