packets.json -> packets.js

This commit is contained in:
Andrew Kelley 2013-01-03 20:53:24 -05:00
parent 45ebdc2781
commit 0247fc9cb8
3 changed files with 1251 additions and 1251 deletions

View File

@ -7,7 +7,7 @@ var net = require('net')
, crypto = require('crypto')
, superagent = require('superagent')
, Batch = require('batch')
, packets = require('./packets.json')
, packets = require('./packets')
, toUcs2 = new Iconv('UTF-8', 'utf16be')
, fromUcs2 = new Iconv('utf16be', 'UTF-8')

1250
packets.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff