You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires.
Copy file name to clipboardExpand all lines: application/application.android.ts
+43-25Lines changed: 43 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ var typedExports: typeof definition = exports;
11
11
// We are using the exports object for the common events since we merge the appModule with this module's exports, which is what users will receive when require("application") is called;
12
12
// TODO: This is kind of hacky and is "pure JS in TypeScript"
13
13
14
-
varinitEvents=function(){
14
+
functioninitEvents(){
15
15
// TODO: Verify whether the logic for triggerring application-wide events based on Activity callbacks is working properly
0 commit comments