Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Marked env.mobile as deprecated. Fixes #11725.
  • Loading branch information
Reinmar committed Aug 31, 2015
1 parent 1213ebe commit 5a583ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -9,6 +9,10 @@ Fixed Issues:
* [#13599](http://dev.ckeditor.com/ticket/13599): Fixed: Cross-editor D&D of inline widget ends up in error/artifacts.
* [#13640](http://dev.ckeditor.com/ticket/13640): [IE] Fixed: Dropping a widget outside body is not handled correctly.

Other Changes:

* [#11725](http://dev.ckeditor.com/ticket/11725): Marked [`CKEDITOR.env.mobile`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-mobile) as deprecated. The reason is that it is not anymore clear what "mobile" means.

## CKEditor 4.5.3

New Features:
Expand Down
1 change: 1 addition & 0 deletions core/env.js
Expand Up @@ -104,6 +104,7 @@ if ( !CKEDITOR.env ) {
* if ( CKEDITOR.env.mobile )
* alert( 'I\'m running with CKEditor today!' );
*
* @deprecated
* @property {Boolean}
*/
mobile: ( agent.indexOf( 'mobile' ) > -1 ),
Expand Down

0 comments on commit 5a583ea

Please sign in to comment.