diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2016-03-31 09:15:46 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-04-13 11:32:19 -0400 |
commit | 2eb7c96a40991da8f4bb01028f38ed1dbc2ab029 (patch) | |
tree | 729147636af046d4a9085cc9e2cb1f016b08e478 /ui/effects | |
parent | 8d1de7bff8f08db6df8b268b46ef6420de155657 (diff) | |
download | jquery-ui-2eb7c96a40991da8f4bb01028f38ed1dbc2ab029.tar.gz jquery-ui-2eb7c96a40991da8f4bb01028f38ed1dbc2ab029.zip |
Effects: Disable maxLineLength for description meta explode
Ref gh-1690
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/ |