yui / yuicompressor

YUI Compressor
http://yui.github.com/yuicompressor/
Other
3.01k stars 662 forks source link

在压缩过程出出现错误,让人很蛋疼,送上代码 #316

Open webyou0 opened 5 years ago

webyou0 commented 5 years ago

function(){ this.deleteDataByKey=function (storeName, index) { var transaction = this.db.transaction(storeName, 'readwrite'); var store = transaction.objectStore(storeName); store.delete(index); //---我的“.delete”被认为错误了 cursor.continue(); //---我的“.continue”被认为错误了 }; return this; }

我只好更正了写法如图: uv zr b18cx_tsvt r mem

是不是有些想吐血的感觉,我压缩呢,还要增加代码,请尽快更新解决哦!