From 480d3e1fd07956b13707578b5bc351967f9645a9 Mon Sep 17 00:00:00 2001 From: Remon Georgy Date: Thu, 19 Oct 2017 01:35:24 -0700 Subject: [PATCH] Add title and onLoad attributes (#5) * Add title and onLoad attributes * PR #5: applying review requests --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index e835d9d..cf1bed0 100644 --- a/src/index.js +++ b/src/index.js @@ -93,9 +93,10 @@ export default class extends Component { ); } - const { source } = this.props; + const { title, source, onLoad } = this.props; return (