Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / ux / Portlet.js
diff --git a/examples/ux/Portlet.js b/examples/ux/Portlet.js
deleted file mode 100644 (file)
index ed7b6cf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-Ext.ux.Portlet = Ext.extend(Ext.Panel, {
-    anchor : '100%',
-    frame : true,
-    collapsible : true,
-    draggable : true,
-    cls : 'x-portlet'
-});
-
-Ext.reg('portlet', Ext.ux.Portlet);