提交 e3d78d73 编写于 作者: A Adam Barth

Convert more this.exports to module.exports

TBR=esprehn@chromium.org

Review URL: https://codereview.chromium.org/685323003
上级 ca6775b3
......@@ -47,5 +47,5 @@ CSS.prototype.getComputedStyleForNode = function(params) {
}
}
this.exports = CSS;
module.exports = CSS;
</script>
......@@ -9,7 +9,7 @@ function loggingStub(name) {
}
}
this.exports = {
module.exports = {
logParams: logParams,
loggingStub: loggingStub,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册