Fix #6912 - issue with parsing Roo.lib.Dom
[roojs1] / Roo / lib / Dom.js
index bb7eebf..8a5465c 100644 (file)
@@ -1,19 +1,10 @@
-/*
- * Based on:
- * Ext JS Library 1.1.1
- * Copyright(c) 2006-2007, Ext JS, LLC.
- *
- * Originally Released Under LGPL - original licence link has changed is not relivant.
- *
- * Fork - LGPL
- * <script type="text/javascript">
- */
-
 /**
  * @class Roo.lib.Dom
+ * @licence LGPL
  * @static
  * 
  * Dom utils (from YIU afaik)
+ *
  * 
  **/
 Roo.lib.Dom = {
@@ -179,9 +170,7 @@ Roo.lib.Dom = {
     setXY : function(el, xy) {
         el = Roo.fly(el, '_setXY');
         el.position();
-        Roo.log(el);
         var pts = el.translatePoints(xy);
-        Roo.log(['pts', pts]);
         if (xy[0] !== false) {
             el.dom.style.left = pts.left + "px";
         }