Added missing orientation types to README

This commit is contained in:
Grant Benvenuti
2014-07-13 16:50:16 +10:00
parent 82394e15e7
commit d0f38c48fc
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ var argscheck = require('cordova/argscheck'),
'portrait',
// The orientation is either portrait-primary or portrait-secondary.
'landscape'
// The orientation is either landscape-primary or landscape-secondary.
],
currOrientation = 'unlocked';