Results 4 issues of ~Refresh

```javascript var distance = Math.sqrt(Math.pow(start.top - end.top, 2) + Math.pow(start.left - end.left, 2)), // 元素移动次数 steps = Math.ceil(Math.min(Math.max(Math.log(distance) / 0.05 - 75, 30), 100) / settings.speed), ratio = start.top ==...

报错信息如下: ``` ../nodefsevents.cc:31:30: error: expected class name class NodeFSEvents : node::ObjectWrap { ^ ../nodefsevents.cc:66:51: error: no type named 'Arguments' in namespace 'v8'; did you mean 'v8::internal::Arguments'? static v8::Handle Shutdown(const v8::Arguments&...