Skip to content
代码片段 群组 项目
提交 691c9ba2 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Remove '#' characters from the SDK regenerated content.

上级 3d1973b8
No related branches found
No related tags found
无相关合并请求
......@@ -28,6 +28,7 @@ function cleanse(name) {
ret = ret.replace(/\./g, '_')
ret = ret.replace(/\(/g, '')
ret = ret.replace(/\)/g, '')
ret = ret.replace(/\#/g, '')
ret = ret.toLowerCase()
return ret
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册