mumuki-styles 1.18.0 → 1.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mumuki-styles.js +1 -1
- data/lib/mumuki/styles/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0afbccdf408ec934dc46068d9e50f56d729e742a874448fb8ebc234c64346ad
|
|
4
|
+
data.tar.gz: 1bae5b4a461f6bb758f405524a85601bd8095b5c12d19b7b5467d0478eb33725
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b0926bf43a5df18f7bf8a600b761a4c1421b506d7b1abbc509028aa61b0303d2a786d8d0732ac8e192c2df14a9e6ba866d8cac8dc20f79d39132ac3edd3b06e
|
|
7
|
+
data.tar.gz: 2b014e67605f73abf231cba87866fe781362d7cd01a8c27c87efa8066feaad4d533be99b233afe4d6adf0f92d8a28424d8fa53fcd37cba5f76df8bf841c84a43
|
|
@@ -13230,7 +13230,7 @@ mumuki.load(function () {
|
|
|
13230
13230
|
}
|
|
13231
13231
|
|
|
13232
13232
|
function hasCodeMirrorEditor() {
|
|
13233
|
-
|
|
13233
|
+
var editor = getEditor();
|
|
13234
13234
|
return editor && editor instanceof window.CodeMirror;
|
|
13235
13235
|
}
|
|
13236
13236
|
|