You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/09/18 03:11:06 UTC

svn commit: r576674 - /incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js

Author: jmargaris
Date: Mon Sep 17 20:11:05 2007
New Revision: 576674

URL: http://svn.apache.org/viewvc?rev=576674&view=rev
Log:
added DOJO comment

Modified:
    incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js

Modified: incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js?rev=576674&r1=576673&r2=576674&view=diff
==============================================================================
--- incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js (original)
+++ incubator/xap/trunk/codebase/src/dojo/src/widget/html/layout.js Mon Sep 17 20:11:05 2007
@@ -60,6 +60,7 @@
 
 	// remaining space (blank area where nothing has been written)
 	var f={
+		//DOJO efficiency
 		top: dojo.html.getPixelValue2(container, "padding-top", true, "paddingTop"),
 		left: dojo.html.getPixelValue2(container, "padding-left", true, "paddingLeft")
 	};