Skip to content

Commit

Permalink
Update trust.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitPaul0007 authored Sep 1, 2023
1 parent ee7dcdf commit 8557e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/trust.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict"

var Vnode = require("../render/vnode")
let Vnode = require("../render/vnode")

module.exports = function(html) {
if (html == null) html = ""
Expand Down

0 comments on commit 8557e6b

Please sign in to comment.