Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed May 25, 2016
1 parent 6e120ad commit c679d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function(grunt) {

inputFiles.forEach(function(inputFile) {
var destination = options.dest || '.',
dest;
dest;

if(path.extname(destination) === '.js') {
dest = destination;
Expand Down

0 comments on commit c679d78

Please sign in to comment.