1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-30 19:50:01 +02:00

fix to comments

This commit is contained in:
Pomax
2017-03-26 13:18:30 -07:00
parent c858011930
commit 69ca4ea734
6 changed files with 99 additions and 76 deletions

View File

@@ -3228,6 +3228,19 @@ return {
bindWeights: function(owner, weights, closed, ref) {
this.refs[ref].bindWeights(owner, weights, closed);
}
};
}())
},
"comments": {
handler: (function() { return {
componentDidMount() {
if (typeof document !== "undefined") {
var script = document.createElement("script");
script.src = "lib/site/disqus.js";
script.async = true;
document.head.appendChild(script);
}
}
};
}())
}