Commit cc3c699b authored by Douglas Camata's avatar Douglas Camata

indexeddb: fix iOS behaviour

parent 05d4c9b5
......@@ -30,6 +30,9 @@
/*jslint nomen: true */
/*global indexedDB, jIO, RSVP, Blob, Math, IDBKeyRange*/
var indexedDB = window.indexedDB || window.webkitIndexedDB || window.msIndexedDB
|| window.mozIndexedDB || window.moz_indexedDB;
(function (indexedDB, jIO, RSVP, Blob, Math, IDBKeyRange) {
"use strict";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment