25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68f04a8f62a71c137825ddd9f1abddaf.json 374 B

3 년 전
1
  1. {"ast":null,"code":"'use strict';\n\nvar inherits = require('inherits'),\n Event = require('./event');\n\nfunction CloseEvent() {\n Event.call(this);\n this.initEvent('close', false, false);\n this.wasClean = false;\n this.code = 0;\n this.reason = '';\n}\n\ninherits(CloseEvent, Event);\nmodule.exports = CloseEvent;","map":null,"metadata":{},"sourceType":"script"}