1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update polymer

This commit is contained in:
Luke Pulverenti 2015-10-27 10:58:38 -04:00
parent 6825ae319e
commit 2d53ff29c5
106 changed files with 3070 additions and 1567 deletions

View file

@ -1,17 +1,16 @@
{
"name": "howler.js",
"version": "1.1.27",
"version": "1.1.28",
"description": "Javascript audio library for the modern web.",
"main": "howler.js",
"homepage": "https://github.com/goldfire/howler.js",
"_release": "1.1.27",
"_release": "1.1.28",
"_resolution": {
"type": "version",
"tag": "v1.1.27",
"commit": "70cbd7af0e3e7ced5a825fff8d297b7710835f6d"
"tag": "v1.1.28",
"commit": "34c22ab507f847bba7bd2eb2b003197cfc54f274"
},
"_source": "git://github.com/goldfire/howler.js.git",
"_target": "~1.1.27",
"_originalSource": "howler",
"_direct": true
"_originalSource": "howler"
}

View file

@ -1,3 +1,6 @@
## 1.1.28 (October 22, 2015)
- `FIXED`: Fixed typo with iOS enabler that was preventing it from working.
## 1.1.27 (October 2, 2015)
- `FIXED`: Fixed automatic audio unlocking on iOS 9 by switching to `touchend` from `touchstart`.

View file

@ -1,5 +1,5 @@
/*!
* howler.js v1.1.27
* howler.js v1.1.28
* howlerjs.com
*
* (c) 2013-2015, James Simpson of GoldFire Studios

File diff suppressed because one or more lines are too long