assetgraph-sprite
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -71,3 +71,3 @@ var _ = require('underscore'), | ||
} | ||
var imageInfo = spriteGroup[asset.id], | ||
var imageInfo = spriteGroup.imageInfosById[asset.id], | ||
padding = calculateSpritePadding(spriteInfo.padding); | ||
@@ -74,0 +74,0 @@ if (!imageInfo) { |
@@ -5,3 +5,3 @@ { | ||
"repository": "git://github.com/One-com/assetgraph-sprite.git", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"maintainers": [ | ||
@@ -8,0 +8,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28686