wadeChannel
wadeChannel
The repo is great, but there some code inside I don't understand. There is a global variable -- `Module`. However, the glue code is like a black box, how do...
- [x] I confirm that this is an issue rather than a question. ## Bug report My project is large, it maybe contain 6000 markdown files. Once, I meet the...
很多童鞋,都抱怨说不能用,是不是MAC问题呀,是不是Window问题呀. 今天看了一下,您的默认配置,没有加上.scss。这是不是有点怪怪的呢?
**Is your feature request related to a problem? Please describe.** 现在遇到一个问题,通过一个类方法去创建另外一个类时,子对象需要有个属性指像创建对象。 > 但现在的设计下,没有办法做到 ```js let mediaElemenet = new MediaElement(); mediaElement.maxSize = 2000; let context = mediaElement.getContext(); context.element.maxSize; ``` **Describe the...