Skip to content

Commit 52d626b

Browse files
committed
Remove the solitary type annotation, I don't think it was helping much :)
1 parent fa4d543 commit 52d626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var HTMLWebView = React.createClass({
4848
);
4949
},
5050

51-
safeHtml: function (html: string) {
51+
safeHtml: function (html) {
5252
var config = this.props.makeSafe;
5353
if (config === false) {
5454
// saveHtml disabled

0 commit comments

Comments
 (0)