Skip to content

Commit

Permalink
Oops, forgot to use the getCanvasImageFromImageAsset helper function,…
Browse files Browse the repository at this point in the history
… so it didn't work with AssetGraph 0.1.2.
  • Loading branch information
papandreou committed Jun 24, 2011
1 parent 263e352 commit d61a98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = function () {

seq(imageInfos)
.parMap(function (imageInfo) {
imageInfo.asset.getCanvasImage(this);
getCanvasImageFromImageAsset(imageInfo.asset, this);
})
.seqEach(function (canvasImage, i) {
_.extend(imageInfos[i], {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"seq": ">=0.3.0 <0.4"
},
"devDependencies": {
"assetgraph": ">= 0.1.0",
"assetgraph": ">= 0.1.2",
"vows": ">=0.5.6"
},
"engines": {
Expand Down

0 comments on commit d61a98d

Please sign in to comment.