Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 4b5058e

Browse files
committed
Release version 0.2.2
1 parent 2e08486 commit 4b5058e

7 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.2.2 (2017-06-20)
4+
5+
- Fix incorrectly mangled symbols [#7]
6+
37
### 0.2.1 (2017-06-20)
48

59
- Update externs so umd code isn't mangled at build [#6]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Adding the TTI polyfill is a two-step process. First you need to add a snippet o
1717

1818
```html
1919
<script>
20-
!function(){if(window.PerformanceLongTaskTiming){var g=window.__tti={e:[]};
20+
!function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};
2121
g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});
2222
g.o.observe({entryTypes:['longtask']})}}();
2323
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tti-polyfill",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Polyfill for Time to Interactive. See https://goo.gl/OSmrPk",
55
"main": "tti-polyfill.js",
66
"scripts": {

tti-polyfill-debug.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tti-polyfill-debug.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tti-polyfill.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tti-polyfill.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)