ソースを参照

Merge pull request #237 from edvinasbartkus/patch-1

Remove debugger
Guy Carmeli 9 年 前
コミット
b94458b262
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      src/deprecated/platformSpecificDeprecated.android.js

+ 0
- 1
src/deprecated/platformSpecificDeprecated.android.js ファイルの表示

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 {