js/controls/window/window.js in rsence-pre-2.3.0.15 vs js/controls/window/window.js in rsence-pre-2.3.0.16
- old
+ new
@@ -1,12 +1,5 @@
-/* RSence
- * Copyright 2008 Riassence Inc.
- * http://riassence.com/
- *
- * You should have received a copy of the GNU General Public License along
- * with this software package. If not, contact licensing@riassence.com
- */
/*** = Description
** The HWindow component can contain subviews and its position and size
** is modifiable by the user (within limits).
** Its label is the title of the HWindow and its constructor support a
@@ -412,6 +405,5 @@
// this.prevRect = HRect.nu(_fitsRect);
this.animateTo( _fitsRect );
}
}
});
-