Skip to content

Commit

Permalink
Merge pull request #266 from saplingjs/fix/remove-strict
Browse files Browse the repository at this point in the history
Remove strict mode from Interfaces
  • Loading branch information
groenroos authored Aug 3, 2021
2 parents 304b88e + 283d80c commit fbc9576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/db/Interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* in whatever way makes sense for the particular database technology.
*/

'use strict';


/* Dependencies */
import SaplingError from '../../lib/SaplingError.js';
Expand Down
2 changes: 0 additions & 2 deletions drivers/render/Interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* database technology.
*/

'use strict';


/* Dependencies */
import SaplingError from '../../lib/SaplingError.js';
Expand Down

0 comments on commit fbc9576

Please sign in to comment.