Fix minor indentation problem
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f7051432 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f7051432 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f7051432 Branch: refs/heads/5.4-js-rewrite Commit: f70514323474936cb06a14291c7e61a5b829bb87 Parents: 7e9055b Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Aug 13 09:10:25 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Aug 13 09:10:25 2012 -0700 ---------------------------------------------------------------------- .../coffeescript/META-INF/modules/core/spi.coffee | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f7051432/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee index 4c58b4f..a9c0d0c 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/spi.coffee @@ -137,12 +137,12 @@ define ["_", "prototype"], (_) -> # Exposes the original element as property `element`. class ElementWrapper - # Passed the DOM Element + # Passed the DOM Element constructor: (@element) -> - # Hides the wrapped element, setting its display to 'none'. - # - # Returns this ElementWrapper. + # Hides the wrapped element, setting its display to 'none'. + # + # Returns this ElementWrapper. hide: -> @element.hide() this
