Joey Xia

Results 2 comments of Joey Xia

> **所以进一步优化 new 实现:** > > ```js > // 优化后 new 实现 > function create() { > // 1、获得构造函数,同时删除 arguments 中第一个参数 > Con = [].shift.call(arguments); > // 2、创建一个空的对象并链接到原型,obj 可以访问构造函数原型中的属性 >...

You can add some css code to rearrange the view. An easy way to solve this would be: `.md-color-picker-preview { order: 2; }` Actually, order with any number >=1 would...