<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
- <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" src="../prettify/prettify.js"></script>
+ <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
<span id='Ext-fx-target-Target-method-constructor'> /**
</span> * Creates new Target.
- * @param {Mixed} target The object to be animated
+ * @param {Ext.Component/Ext.Element/Ext.draw.Sprite} target The object to be animated
*/
constructor: function(target) {
this.target = target;