We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d44d78 commit 334e573Copy full SHA for 334e573
lib/native.js
@@ -1,11 +1,12 @@
1
//require the c++ bindings & export to javascript
2
var sys = require('sys');
3
var EventEmitter = require('events').EventEmitter;
4
+var utils = require(__dirname + "/utils");
5
6
+var Connection = binding.Connection;
7
var binding = require(__dirname + '/../build/default/binding');
-var utils = require(__dirname + "/utils");
8
var types = require(__dirname + "/types");
-var Connection = binding.Connection;
9
+
10
var p = Connection.prototype;
11
12
var nativeConnect = p.connect;
0 commit comments