Remove unneeded semicolon
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/22dee056 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/22dee056 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/22dee056 Branch: refs/heads/5.4-js-rewrite Commit: 22dee056a401bc16fe82aeafa3066e0284bd5fa2 Parents: b9aeec3 Author: Howard M. Lewis Ship <hls...@apache.org> Authored: Fri Aug 10 14:33:56 2012 -0700 Committer: Howard M. Lewis Ship <hls...@apache.org> Committed: Fri Aug 10 14:33:56 2012 -0700 ---------------------------------------------------------------------- .../META-INF/modules/core/exceptionframe.coffee | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/22dee056/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee index 0293f2b..e818379 100644 --- a/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee +++ b/tapestry-core/src/main/coffeescript/META-INF/modules/core/exceptionframe.coffee @@ -38,7 +38,6 @@ define ["core/spi", "core/builder", "_"], # Called after the window has resized to adjust the size of the iframe. resize = -> dims = spi.viewportDimensions() - ; iframe.width = dims.width - 100 iframe.height = dims.height - 120