instant-upload 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7da00689cb1a75dc016a6cdc3376123e7801fb8
|
4
|
+
data.tar.gz: 88e90e2d22ae0a095ab04a36d66303cba8be9da4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4734cb1e3e350334a3242c9054640556a27d8e23f5f9e13205df69a5923cba4eb904f5294d420c63aa39a930e656d860ccd1e6482f5dd0da2628d9aa93903980
|
7
|
+
data.tar.gz: c1070e86c79885ea076151032f993863c4598bb581873808753198699d34a6aab725b6acb0021382202a2a4e68e55ca0ef1d9831d12346f41181cadb82f541db
|
@@ -129,8 +129,8 @@ app = angular.module('instantUpload', [])
|
|
129
129
|
$uploader.find('.iu-simple-dropzone').each ->
|
130
130
|
$this = $(this)
|
131
131
|
|
132
|
-
width = $this.find('img').
|
133
|
-
height = $this.find('img').
|
132
|
+
width = $this.find('img').outerWidth()
|
133
|
+
height = $this.find('img').outerHeight()
|
134
134
|
|
135
135
|
$this.width width
|
136
136
|
$this.height height
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instant-upload
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mariusz Ołownia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|