nail_polish 0.2.7 → 0.2.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: 52cadb00ac9792475dd928480ff7297ce211fc2c
|
4
|
+
data.tar.gz: 74426ec4f1650399b6ecca59b74d4656829edb9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18f1248d04f419305d325a63a7a6f0ec1efe1cfdbdf633bde0bcccaf3e751e208a4805b57904fac274182e63d63fe3b46f60233141a2a05e1794bb693dd207d3
|
7
|
+
data.tar.gz: ad0fb50065d5231041f5f6735f3f8821c0a5930da92f6e70a395e2f083020b8aff93e65dd1941a468063b52d8a6f4dfce7ee6490681a52db73ab59b8268af591
|
@@ -17,7 +17,7 @@ _.extend(NailPolish.GlobalPublisherAdder.prototype, {
|
|
17
17
|
|
18
18
|
// extract the JSON data
|
19
19
|
|
20
|
-
response = xhr.response || xhr.responseText || "{}"
|
20
|
+
response = xhr.response || xhr.responseText || "{}";
|
21
21
|
var data = JSON.parse(response);
|
22
22
|
var publisher = NailPolish.Events;
|
23
23
|
|
data/lib/nail_polish/version.rb
CHANGED