You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/08/11 00:07:25 UTC

[7/13] git commit: Remove unneeded semicolon

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 <hl...@apache.org>
Authored: Fri Aug 10 14:33:56 2012 -0700
Committer: Howard M. Lewis Ship <hl...@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