compiler-jx: Fix tests for commit f9aa254ea7b2188570f2054512c42db2bc97201c
diff --git a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
index 1b42281..9be72e8 100644
--- a/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
+++ b/compiler-jx/src/test/resources/royale/files/MyInitialView_result.js
@@ -354,8 +354,7 @@
 
 
 Object.defineProperties(MyInitialView.prototype, /** @lends {MyInitialView.prototype} */ {
-/** @export */
-    lbl: {
+lbl: {
     /** @this {MyInitialView} */
     get: function() {
       return this.lbl_;
@@ -368,8 +367,7 @@
       }
     }
   },
-  /** @export */
-    timerLabel: {
+  timerLabel: {
     /** @this {MyInitialView} */
     get: function() {
       return this.timerLabel_;
@@ -382,8 +380,7 @@
       }
     }
   },
-  /** @export */
-    cityList: {
+  cityList: {
     /** @this {MyInitialView} */
     get: function() {
       return this.cityList_;
@@ -396,8 +393,7 @@
       }
     }
   },
-  /** @export */
-    input: {
+  input: {
     /** @this {MyInitialView} */
     get: function() {
       return this.input_;
@@ -410,8 +406,7 @@
       }
     }
   },
-  /** @export */
-    checkbox: {
+  checkbox: {
     /** @this {MyInitialView} */
     get: function() {
       return this.checkbox_;
@@ -424,8 +419,7 @@
       }
     }
   },
-  /** @export */
-    list: {
+  list: {
     /** @this {MyInitialView} */
     get: function() {
       return this.list_;
@@ -438,8 +432,7 @@
       }
     }
   },
-  /** @export */
-    comboBox: {
+  comboBox: {
     /** @this {MyInitialView} */
     get: function() {
       return this.comboBox_;
diff --git a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
index 1cf38b9..eaa5ec4 100644
--- a/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
+++ b/compiler-jx/src/test/resources/royale/files/RoyaleTest_again_result.js
@@ -222,8 +222,7 @@
 
 
 Object.defineProperties(RoyaleTest_again.prototype, /** @lends {RoyaleTest_again.prototype} */ {
-/** @export */
-    service: {
+service: {
     /** @this {RoyaleTest_again} */
     get: function() {
       return this.service_;
@@ -236,8 +235,7 @@
       }
     }
   },
-  /** @export */
-    collection: {
+  collection: {
     /** @this {RoyaleTest_again} */
     get: function() {
       return this.collection_;