Skip to content

Commit c296003

Browse files
committed
Checking in transpiled files for bower
1 parent a74d9c5 commit c296003

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lib/browser/neo4j-web.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28284,7 +28284,7 @@ var FEATURES = {
2828428284
// that supports reading the whole certificate, eg this commit:
2828528285
// https://github.com/nodejs/node/commit/345c40b6
2828628286
var desc = require('tls').TLSSocket.prototype.getPeerCertificate;
28287-
return desc.length() >= 1;
28287+
return desc.length >= 1;
2828828288
} catch (e) {
2828928289
return false;
2829028290
}

lib/browser/neo4j-web.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/browser/neo4j-web.test.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/v1/internal/features.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var FEATURES = {
3232
// that supports reading the whole certificate, eg this commit:
3333
// https://github.com/nodejs/node/commit/345c40b6
3434
var desc = require('tls').TLSSocket.prototype.getPeerCertificate;
35-
return desc.length() >= 1;
35+
return desc.length >= 1;
3636
} catch (e) {
3737
return false;
3838
}

0 commit comments

Comments
 (0)