Skip to content

Commit

Permalink
Compiled release files for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stwilz committed Feb 16, 2016
1 parent 3699dd6 commit 7d27bee
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 130 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ var cropArea = document.querySelector('[data-cropresize-target]'),
});
```
##Browser Support
| IE | Edge | Chrome | Mozilla | Safari |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| | | | | |

##API
###CropResize(fileInput, cropArea, settings):ICropResizeInterface
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crop-resize",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"license": "MIT",
"main": [
Expand Down
116 changes: 0 additions & 116 deletions dist/css/crop-resize-0.1.0.css

This file was deleted.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="UTF-8">
<title>Image Resize & Crop</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/crop-resize-0.1.0.css"/>
<link rel="stylesheet" href="css/crop-resize-0.1.1.css"/>
</head>
<body>
<div class="container">
Expand All @@ -28,7 +28,7 @@ <h1>Crop Resize JS</h1>
</div>
</div>
</div>
<script src="./js/crop-resize-0.1.0.js"></script>
<script src="./js/crop-resize-0.1.1.js"></script>
<script type="application/javascript">
var cropArea = document.querySelector('[data-cropresize-target]'),
cropResize = CropResize(cropArea, {
Expand Down
2 changes: 0 additions & 2 deletions dist/js/crop-resize-0.1.0.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/crop-resize-0.1.0.min.js.map

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@

baseWidth = cropWindowElement.clientWidth;
baseHeight = cropWindowElement.clientHeight;
cropWindowElement.setAttribute('draggable', 'false');

//We choose to set the ratio to the smallest size it could be at the give ratio.
if (_settings.setRatio) {
Expand Down
Loading

0 comments on commit 7d27bee

Please sign in to comment.