twine-rails 0.0.8 → 0.0.9
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/twine.js.coffee +3 -0
- data/lib/twine-rails/version.rb +1 -1
- 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: d762155fd952a902bd2bb1ec4ff13faeb1131998
|
|
4
|
+
data.tar.gz: 5d5403fe932710ed7d1962719662eec3cdba1514
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d12279f0aed9cc38aaf25ab458327946ed09a4884043039e8795479590430c9d6ef7aa146b8096e84ca45f0781e7a6f0ce428e464e5cd6f8e6d8db306e193a75
|
|
7
|
+
data.tar.gz: d2eafe6541d454d55711579da0a27add69597a948d7ade61c9ccd248e9e8bb993043308a38c7e264eaff311ee5252da14a6ae234bf2402494835d4cca768bd8e
|
|
@@ -88,6 +88,9 @@ Twine.unbind = (node) ->
|
|
|
88
88
|
if bindings = elements[id]?.bindings
|
|
89
89
|
obj.teardown() for obj in bindings when obj.teardown
|
|
90
90
|
delete elements[id]
|
|
91
|
+
delete node.bindingId
|
|
92
|
+
|
|
93
|
+
|
|
91
94
|
# IE and Safari don't support node.children for DocumentFragment or SVGElement,
|
|
92
95
|
# See explaination in bind()
|
|
93
96
|
Twine.unbind(childNode) for childNode in (node.children || [])
|
data/lib/twine-rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twine-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Li
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-11-
|
|
13
|
+
date: 2014-11-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: coffee-rails
|