flok 0.0.35 → 0.0.36
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/kern/controller.js +1 -1
- data/lib/flok/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8a8425b97376c2855610394bfe1e5c12a498005
|
4
|
+
data.tar.gz: 4a274f3ba25a295cb5971eef748a1e48cb5ac952
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cf06cfac24fbaa78bed6f8bebdf63631325a32755fe38bfd7ec27368ccf411fdcdcf48b3b3d3dc7de4cee31c5e2ae845395b555d2c688a4a149ea9b5e21e03e
|
7
|
+
data.tar.gz: 5ab28831852850064e7e6f2ae4484e937cf825e1fd197fa887f53bd320ddb070aa2d7d2aacb3f6a9d50e761b408268f2af9e62f63d30aa64d652cd6ffa8008f8
|
data/app/kern/controller.js
CHANGED
@@ -22,7 +22,7 @@ function _embed(vc_name, sp, context, event_gw) {
|
|
22
22
|
//Find the root view name
|
23
23
|
<% if @debug %>
|
24
24
|
if (cte === undefined) {
|
25
|
-
throw "Tried to embed a flok controller named: '" + vc_name + "' but you have not created that controller yet, add controller :" + vc_name + "do ...";
|
25
|
+
throw "Tried to embed a flok controller named: '" + vc_name + "' but you have not created that controller yet, add controller :" + vc_name + " do ...";
|
26
26
|
}
|
27
27
|
<% end %>
|
28
28
|
var vname = cte.root_view;
|
data/lib/flok/version.rb
CHANGED