Skip to content

Commit

Permalink
update imagezoom/imagezoom_20100917.js regex
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzie committed Sep 28, 2010
1 parent 0c69b44 commit a698c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/imagezoom/imagezoom_20100917.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KISSY.add('imagezoom', function(S, undefined) {

DIV = '<div>', IMG = '<img>',
STANDARD = 'standard',
RE_IMG_SRC = /^.+\.(jpg|png|gif)$/i,
RE_IMG_SRC = /^.+\.(?:jpg|png|gif)$/i,
round = Math.round,
AUTO = 'auto',
POSITION = ['top', 'right', 'bottom', 'left', 'inner'],
Expand Down
4 changes: 1 addition & 3 deletions src/imagezoom/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,5 @@ <h2>PNG</h2>
});
})();
</script>

</body>
</html>

</html>

0 comments on commit a698c7f

Please sign in to comment.