mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
fix typo
This commit is contained in:
@@ -12,5 +12,5 @@ Orientation.lockToLandscape();
|
||||
Orientation.lockToLandscapeLeft();
|
||||
Orientation.lockToLandscapeRight();
|
||||
Orientation.unlockAllOrientations();
|
||||
Orientation.getOrientation((err,orientation)=>{}));
|
||||
Orientation.getSpecificOrientation((err,orientation)=>{}));
|
||||
Orientation.getOrientation((err,orientation)=>{});
|
||||
Orientation.getSpecificOrientation((err,orientation)=>{});
|
||||
|
||||
Reference in New Issue
Block a user