[Jifty-commit] r4684 - jifty/branches/cssquery-refactor/share/web/static/js/cssquery

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 14 01:43:10 EST 2007


Author: gugod
Date: Fri Dec 14 01:43:10 2007
New Revision: 4684

Modified:
   jifty/branches/cssquery-refactor/share/web/static/js/cssquery/cssQuery-jquery.js

Log:
Should really say "return" there.


Modified: jifty/branches/cssquery-refactor/share/web/static/js/cssquery/cssQuery-jquery.js
==============================================================================
--- jifty/branches/cssquery-refactor/share/web/static/js/cssquery/cssQuery-jquery.js	(original)
+++ jifty/branches/cssquery-refactor/share/web/static/js/cssquery/cssQuery-jquery.js	Fri Dec 14 01:43:10 2007
@@ -1,6 +1,6 @@
 var cssQuery = function() {
     var cssQuery = function(a, c) {
-        var q = jQuery.makeArray( jQuery(a,c) );
+        return jQuery.makeArray( jQuery(a,c) );
     }
 
     // All public interfaces are showing alert instead of doing the realthing.


More information about the Jifty-commit mailing list