Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
plugged a leak
  • Loading branch information
khrome committed Dec 18, 2012
1 parent 275d94b commit 5dc38ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion protolus-resource.js
Expand Up @@ -274,7 +274,7 @@ module.exports.allResources = function(type, callback){
module.exports.headIncludes = function(options, callback){
if(typeof options == 'boolean') options = {combined : options};
var res = module.exports;
tags = [];
var tags = [];
var compact = options.compact?'/compact':'';
var handleTags;
if(options.combined){
Expand Down

0 comments on commit 5dc38ae

Please sign in to comment.