fix typo in Browser.mobile docstring (#4434)

This commit is contained in:
Nathan Cahill 2016-04-15 01:42:37 -06:00 committed by Per Liedman
parent 1964f35ea4
commit 978fdb5add

View File

@ -98,8 +98,8 @@
any3d: !window.L_DISABLE_3D && (ie3d || webkit3d || gecko3d) && !opera12 && !phantomjs,
// @property ie: Boolean
// `true` for all browsers running in a mobile devide.
// @property mobile: Boolean
// `true` for all browsers running in a mobile device.
mobile: mobile,
// @property mobileWebkit: Boolean