romo 0.20.5 → 0.20.6

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: 2318193f3f913e5bfb4c26f94770c022a443eaaf
4
- data.tar.gz: 3f947121a5eb65b6085a1e53d88f1024f2c059bd
3
+ metadata.gz: 93895c1db49fea1fff8d1fb71de3689e7f4d7f29
4
+ data.tar.gz: ad3a1ef81f7e80fb8f08a0c0dca147d2a6427ce8
5
5
  SHA512:
6
- metadata.gz: 9594b65d1d1103933b772b6b6b27d5194a01e2b39aa4aae1831fe5aac713fcb412f871e54a4bd144cd86541b297167cb77891ebc12c9eb471ca628b0c061e8f5
7
- data.tar.gz: 7440581baa845c76ea619679bc2ba9e3f20af35533752f58a54d3f5bf895d438d66fdc409a5278d0da8d560bcc5a266f15bb5cf585057b026999b35164427e08
6
+ metadata.gz: 17d9adcf38e2efae64fb7a4523cd646f8f3823a935be144284e0fc5fa434dcd07b56d03d874809657ed371540adb071b50ac5df0de05087b209810357726635c
7
+ data.tar.gz: f9fcd8a52924709eb792667aec3d0663212da534432a12445d160afbf7a39db86e622775a71306c5407111dccee27207e45227becdff3536a5582c50ce768b4a
@@ -57,11 +57,10 @@ RomoSpinner.prototype.doStart = function(customBasisSize) {
57
57
  }
58
58
 
59
59
  RomoSpinner.prototype.doStop = function() {
60
- if (this.spinner === undefined) {
61
- return;
62
- }
63
-
64
60
  Romo.pushFn(Romo.proxy(function() {
61
+ if (this.spinner === undefined) {
62
+ return;
63
+ }
65
64
  this.spinner.stop();
66
65
  this.spinner = undefined;
67
66
 
data/lib/romo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Romo
2
- VERSION = "0.20.5"
2
+ VERSION = "0.20.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: romo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.5
4
+ version: 0.20.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding