Skip to content

Commit

Permalink
removed an error of undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-umair committed Oct 27, 2013
1 parent 21c0614 commit 1ff0397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gist-embed.js
Expand Up @@ -20,7 +20,7 @@ $(function(){

if(file){
data.file = file;
splittedFileName = file.split('.').join('-');
var splittedFileName = file.split('.').join('-');
}

//if the id doesn't begin with 'gist-', then ignore the code block
Expand Down

0 comments on commit 1ff0397

Please sign in to comment.