Sfoglia il codice sorgente

Merge pull request #237 from edvinasbartkus/patch-1

Remove debugger
Guy Carmeli 8 anni fa
parent
commit
b94458b262
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/deprecated/platformSpecificDeprecated.android.js

+ 0
- 1
src/deprecated/platformSpecificDeprecated.android.js Vedi File

@@ -243,7 +243,6 @@ function navigatorSetTitle(navigator, params) {
243 243
 }
244 244
 
245 245
 function navigatorSwitchToTab(navigator, params) {
246
-  debugger;
247 246
   if (params.tabIndex >= 0) {
248 247
     newPlatformSpecific.selectBottomTabByTabIndex(params.tabIndex);
249 248
   } else {