Przeglądaj źródła

Remove debugger

Edvinas Bartkus 8 lat temu
rodzic
commit
c1a35a063a

+ 0
- 1
src/deprecated/platformSpecificDeprecated.android.js Wyświetl plik

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