X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/air/src/App.js diff --git a/air/src/App.js b/air/src/App.js deleted file mode 100644 index e727d9b7..00000000 --- a/air/src/App.js +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Ext JS Library 0.30 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -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