Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Update how gzip module is used
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstimmerman committed Jan 31, 2011
1 parent bc66443 commit e026718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solder/cdn/s3.js
@@ -1,6 +1,6 @@
/*global exports: true, process: true, require: true */
/*jslint onevar: true, undef: true, nomen: true, eqeqeq: true, bitwise: true, newcap: true, immed: true */
var gzip = require('gzip').gzip,
var gzip = require('gzip'),

S3 = require('s3');

Expand Down

0 comments on commit e026718

Please sign in to comment.