Skip to content

Commit 0f1f862

Browse files
committed
Add use strict to every file
1 parent 49c5976 commit 0f1f862

File tree

104 files changed

+124
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+124
-17
lines changed

lib/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/connection-parameters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/connection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/defaults.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/native/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/native/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
"use strict";
12
module.exports = require('./client')

lib/native/query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/native/result.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

lib/query.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
/**
23
* Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com)
34
* All rights reserved.

0 commit comments

Comments
 (0)