Skip to content

Commit

Permalink
Removing whitespace in AMD wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ten1seven committed Oct 15, 2015
1 parent 223c0ef commit 9bca099
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions what-input.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {

define([], function() {
return (factory());
});

} else if (typeof exports === 'object') {

module.exports = factory();

} else {

root.whatInput = factory();

}
} (this, function() {
'use strict';
Expand Down

0 comments on commit 9bca099

Please sign in to comment.