Updated Branches:
  refs/heads/master e20b44a5b -> b04fb2fd6

Fix indentation problems that caused incorrect CoffeeScript to be extracted


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/75fda378
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/75fda378
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/75fda378

Branch: refs/heads/master
Commit: 75fda378cc02b28d59ec3afb9e2957e60d7a0f6d
Parents: e20b44a
Author: Howard M. Lewis Ship <[email protected]>
Authored: Fri Jun 21 13:52:40 2013 -0700
Committer: Howard M. Lewis Ship <[email protected]>
Committed: Fri Jun 21 13:52:40 2013 -0700

----------------------------------------------------------------------
 .../org/apache/tapestry5/t5-core-dom.coffee            | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/75fda378/tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
----------------------------------------------------------------------
diff --git 
a/tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
 
b/tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
index 146b52e..a08ef9d 100644
--- 
a/tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
+++ 
b/tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
@@ -29,18 +29,13 @@
 # those that are wrappers around third party libraries or plugins; however 
many simple components may need no more than
 # the abstract layer and gain the valuable benefit of not caring about the 
infrastructure framework.
 
-define ["underscore", "./utils", "./events"
 #if prototype
-  , "prototype"
+define ["underscore", "./utils", "./events", "prototype"],
+(_, utils, events) ->
 #elseif jquery
-  , "jquery"
+define ["underscore", "./utils", "./events", "jquery"],
+(_, utils, events, $) ->
 #endif
-  ],
-(_, utils, events
-#if jquery
-  , $
-#endif
-  ) ->
 
 #if prototype
   # Save a local reference to Prototype.$ ... see notes about some challenges 
using Prototype, jQuery,

Reply via email to