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

Commit

Permalink
fix(build): Remove BOM
Browse files Browse the repository at this point in the history
Remove byte-order mark from source files.

Fixes #1227
  • Loading branch information
droooney committed Feb 20, 2016
1 parent bdac45f commit 52faf06
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 52faf06

Please sign in to comment.