Skip to content

Commit

Permalink
Remove the solitary type annotation, I don't think it was helping muc…
Browse files Browse the repository at this point in the history
…h :)
  • Loading branch information
almost committed Apr 11, 2015
1 parent fa4d543 commit 52d626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var HTMLWebView = React.createClass({
);
},

safeHtml: function (html: string) {
safeHtml: function (html) {
var config = this.props.makeSafe;
if (config === false) {
// saveHtml disabled
Expand Down

0 comments on commit 52d626b

Please sign in to comment.