简体   繁体   中英

error in jquerymobile js file eclipse

I'm trying to create a phonegap project using mds aplusdu plugin on eclipse. but the problem is that I can't run my application because of an error in these files

jquery.mobile-1.1.0.js

jquery.mobile-1.1.0.min.js

I tried to download another edition of this js files but I faced the same error.

I tried to Uncheck "Enable JavaScript semantic validation" but it doesn't work.

   switch ( d ) {
                    case ".":
                        break;
                    case "..":
                        if ( absStack.length ) {
                            absStack.pop();
                        }
                        break;
                    default:  //here is the error
                        absStack.push( d );
                        break;
                }

the error is :

The default case is already defined

How to exclude a Javascript file from Javascript Validation in Eclipse - Check for Solution. I hope you can get solution. Repeated Question

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM