forked from Botanical/BotanJS
Reduced some image 301 round trips
This commit is contained in:
@@ -64,11 +64,9 @@
|
||||
|
||||
Cycle.next( function()
|
||||
{
|
||||
new SiteFile( this.id, this.hash );
|
||||
}.bind({ id: uuid, hash: file.hash }) );
|
||||
new SiteFile( this.id, this.info.hash, this.info );
|
||||
}.bind({ id: uuid, info: file }) );
|
||||
}
|
||||
|
||||
console.log( finfo );
|
||||
};
|
||||
|
||||
var loadFailed = function( obj )
|
||||
|
||||
Reference in New Issue
Block a user