[IndexedDB] Duplicate double quotes

3.1.7 Transaction

enum IDBTransactionMode {
    ""readonly"",
    ""readwrite"",
    "versionchange""
};

https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html

Thanks,
Zhiqiang

Received on Monday, 31 March 2014 05:22:41 UTC