Skip to content

Commit

Permalink
Fix #375 - Remove unused images variable declaration in Assets:images
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Sep 20, 2010
1 parent 9233d46 commit 579eae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Utilities/Assets.js
Expand Up @@ -119,7 +119,6 @@ var Asset = {
properties: {}
}, options);
sources = Array.from(sources);
var images = [];
var counter = 0;
return new Elements(sources.map(function(source, index){
return Asset.image(source, Object.append(options.properties, {
Expand Down

0 comments on commit 579eae5

Please sign in to comment.