Skip to content

Commit 8297552

Browse files
committed
bug fix to compress script
1 parent ca79b35 commit 8297552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.HTMLplus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//console.time('loading');
2222
var IsAnchor = function(url){
2323
return (url.toString().charAt(0)=='#') ? true : false;
24-
}
24+
};
2525
options = $.extend(true,{
2626
win: {width:400,height:400,scrollbars:0,toolbar:0},
2727
confirm: 'Are you sure you want to open the link?',
@@ -394,7 +394,7 @@
394394
}
395395
});
396396
}
397-
}
397+
};
398398
$.each(options.tags,function(i,tag){
399399
var tagOptions={};
400400
if(typeof options[tag] == 'object'){

0 commit comments

Comments
 (0)