Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1228 from droooney/remove-BOM
Browse files Browse the repository at this point in the history
fix(build): Remove BOM
  • Loading branch information
lirantal committed Feb 21, 2016
2 parents 35d7501 + 52faf06 commit 01f59c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/lib/logger.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';

var _ = require('lodash'),
config = require('../config'),
Expand Down
2 changes: 1 addition & 1 deletion modules/users/client/directives/users.client.directive.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use strict';

// Users directive used to force lowercase input
angular.module('users').directive('lowercase', function () {
Expand Down

0 comments on commit 01f59c0

Please sign in to comment.