File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
<description >A polyfill for IndexedDB using WebSql.</description >
10
10
</metadata >
11
11
<files >
12
- <file src =" dist\indexeddbshim.js" target =" content\Scripts\IndexedDBShim .js" />
13
- <file src =" dist\indexeddbshim.min.js" target =" content\Scripts\IndexedDBShim .min.js" />
14
- <file src =" dist\indexeddbshim.min.map" target =" content\Scripts\IndexedDBShim .min.map" />
12
+ <file src =" dist\indexeddbshim.js" target =" content\Scripts\indexeddbshim .js" />
13
+ <file src =" dist\indexeddbshim.min.js" target =" content\Scripts\indexeddbshim .min.js" />
14
+ <file src =" dist\indexeddbshim.min.js. map" target =" content\Scripts\indexeddbshim .min.js .map" />
15
15
</files >
16
16
</package >
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< head >
3
3
< title > DB.JS on IndexedDB Shim</ title >
4
- < script type = "text/javascript " src = "/IndexedDBShim/dist/IndexedDBShim .min.js ">
4
+ < script type = "text/javascript " src = "/IndexedDBShim/dist/indexeddbshim .min.js ">
5
5
</ script >
6
6
< script type = "text/javascript ">
7
7
var server ;
Original file line number Diff line number Diff line change 3
3
< title > Pouch DB on IndexedDB Shim</ title >
4
4
< script type = "text/javascript " src = "http://cloud.github.com/downloads/daleharvey/pouchdb/pouch.alpha.js ">
5
5
</ script >
6
- < script type = "text/javascript " src = "/IndexedDBShim/dist/IndexedDBShim .min.js ">
6
+ < script type = "text/javascript " src = "/IndexedDBShim/dist/indexeddbshim .min.js ">
7
7
</ script >
8
8
< script type = "text/javascript ">
9
9
var db ;
You can’t perform that action at this time.
0 commit comments