'use strict'; var React = require('react'); var BzIframe = React.createClass({ propTypes: { src: React.PropTypes.string.isRequired, onLoad: React.PropTypes.func }, componentDidMount: function() { this.refs.iframe.getDOMNode().addEventListener('load', this.props.onLoad); }, render: function() { return