docs(screen-orientation): fix description (#1743)

by removing outdated sentence and info
This commit is contained in:
Jan Piotrowski 2017-07-03 23:28:28 +02:00 committed by Ibby Hadeed
parent e64cc0c61c
commit f289a6bbb6

View File

@ -5,8 +5,7 @@ import { Observable } from 'rxjs/Observable';
/**
* @name Screen Orientation
* @description
* Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, WP8 and Blackberry 10.
* This plugin is based on an early version of Screen Orientation API so the api does not currently match the current spec.
* Cordova plugin to set/lock the screen orientation in a common way.
*
* Requires Cordova plugin: `cordova-plugin-screen-orientation`. For more info, please see the [Screen Orientation plugin docs](https://github.com/apache/cordova-plugin-screen-orientation).
*