diff options
Diffstat (limited to 'ui/effects')
-rw-r--r-- | ui/effects/effect-explode.js | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |