kolo 0.7.0 → 0.7.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/lib/assets/javascripts/data-access.js.coffee +4 -0
- data/lib/kolo/version.rb +1 -1
- data/public/js/data-access.js +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3844c9b3c538e4d772087f02ad5dad7a4928f4db
|
|
4
|
+
data.tar.gz: daceeacb9dabe94a0980c8c782412dbbbccd9af4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d40f0db7017b84412093c25044168736f4e282d0036d492cd583758ffaadb58029d3c81965301d868aa7af8f3817278a3936778736c149d74822d88aacb909a7
|
|
7
|
+
data.tar.gz: 205a4c30a0a392f1e3702b6722cff812d912c86c378853f368dfdfd73ea53c9fed0c9b21da21a7dd2b6a8703d8adb3b15a17080d856f75bda6fc20a502c1aef9
|
data/lib/kolo/version.rb
CHANGED
data/public/js/data-access.js
CHANGED
|
@@ -415,6 +415,11 @@
|
|
|
415
415
|
return this.editing(true);
|
|
416
416
|
};
|
|
417
417
|
|
|
418
|
+
Model.prototype.stopEditing = function() {
|
|
419
|
+
this.editing(false);
|
|
420
|
+
return this.deselect();
|
|
421
|
+
};
|
|
422
|
+
|
|
418
423
|
Model.prototype.initDateControls = function() {
|
|
419
424
|
return setTimeout((function(_this) {
|
|
420
425
|
return function() {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kolo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rahoul Baruah
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|