Skip to content

Commit f032200

Browse files
committed
style: remove comment
1 parent bf8a9ad commit f032200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/nativescript/renderer/ViewNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default class ViewNode {
9595
set(this.nativeView, key, value)
9696
}
9797
} catch (e) {
98-
// throw new Error(`${this.tagName} has no property ${key}. (${e})`)
98+
// ignore
9999
}
100100
}
101101

0 commit comments

Comments
 (0)