Skip to content

Commit

Permalink
Add one more "use strict".
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiden committed Jan 26, 2016
1 parent 1b2ebbf commit ed1491a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angucomplete-alt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/*! Copyright (c) 2014 Hidenari Nozaki and contributors | Licensed under the MIT license */

(function (root, factory) {
'use strict';
if (typeof module !== 'undefined' && module.exports) {
// CommonJS
module.exports = factory(require('angular'));
Expand Down

0 comments on commit ed1491a

Please sign in to comment.