From 9a4892bff3c05eab281bb9e8b8ac94e49242d600 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 13 Mar 2014 15:39:46 +0100 Subject: [PATCH] Wrap long lines --- src/objectliterals.jsdoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index 3466c7bb05..dad2ac0920 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -8,8 +8,12 @@ /** * @typedef {Object} olx.DeviceOptions - * @property {boolean|undefined} loadTilesWhileAnimating When set to false, no tiles will be loaded while animating, which improves responsiveness on devices with slow memory. Default is `true`. - * @property {boolean|undefined} loadTilesWhileInteracting When set to false, no tiles will be loaded while interacting, which improves responsiveness on devices with slow memory. Default is `true`. + * @property {boolean|undefined} loadTilesWhileAnimating When set to false, + * no tiles will be loaded while animating, which improves responsiveness + * on devices with slow memory. Default is `true`. + * @property {boolean|undefined} loadTilesWhileInteracting When set to false, + * no tiles will be loaded while interacting, which improves responsiveness + * on devices with slow memory. Default is `true`. * @todo stability experimental */