Skip to content

Commit

Permalink
remove unused jshint globals declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Sep 29, 2014
1 parent 1bfe380 commit 01fea96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dest/to-ms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.toMs=e()}}(function(){var define,module,exports;module={exports:(exports={})};
/* globals define, window */
/* jshint -W053 */

'use strict';
Expand Down
1 change: 0 additions & 1 deletion lib/ms.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* globals define, window */
/* jshint -W053 */

'use strict';
Expand Down

0 comments on commit 01fea96

Please sign in to comment.