From 2eb7c96a40991da8f4bb01028f38ed1dbc2ab029 Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Thu, 31 Mar 2016 09:15:46 -0400 Subject: [PATCH] Effects: Disable maxLineLength for description meta explode Ref gh-1690 --- ui/effects/effect-explode.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js index 92b83f545..d5aca490f 100644 --- a/ui/effects/effect-explode.js +++ b/ui/effects/effect-explode.js @@ -9,7 +9,9 @@ //>>label: Explode Effect //>>group: Effects +// jscs:disable maximumLineLength //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness. +// jscs:enable maximumLineLength //>>docs: http://api.jqueryui.com/explode-effect/ //>>demos: http://jqueryui.com/effect/ -- 2.39.5