Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / src / core / examples / src / Sample / deadlock / A.js
diff --git a/src/core/examples/src/Sample/deadlock/A.js b/src/core/examples/src/Sample/deadlock/A.js
new file mode 100644 (file)
index 0000000..2eaf6e4
--- /dev/null
@@ -0,0 +1,3 @@
+Ext.define('Sample.deadlock.A', {
+    extend: 'Sample.deadlock.B'
+});
\ No newline at end of file