Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / air / src / App.js
diff --git a/air/src/App.js b/air/src/App.js
deleted file mode 100644 (file)
index e727d9b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*\r
- * Ext JS Library 0.30\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-Ext.air.App = function() {
-    return {
-        launchOnStartup: function(launch) {
-            air.NativeApplication.nativeApplication.startAtLogin = !!launch;
-        },
-        getActiveWindow: function() {
-            return air.NativeApplication.activeWindow;
-        }
-    };
-}();
\ No newline at end of file