quick_script 0.11.5 → 0.11.7
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.
data/lib/quick_script/version.rb
CHANGED
@@ -294,6 +294,13 @@
|
|
294
294
|
opts = valueAccessor()
|
295
295
|
$(element).click ->
|
296
296
|
Overlay.popover element, viewModel, opts.template, opts
|
297
|
+
|
298
|
+
ko.bindingHandlers.datepicker =
|
299
|
+
init : (element, valueAccessor) ->
|
300
|
+
obs = valueAccessor()
|
301
|
+
$(element).datepicker
|
302
|
+
onClose : (dateText, inst)->
|
303
|
+
obs(dateText)
|
297
304
|
|
298
305
|
ko.absorbModel = (data, self) ->
|
299
306
|
for prop, val of data
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 11
|
8
|
-
-
|
9
|
-
version: 0.11.
|
8
|
+
- 7
|
9
|
+
version: 0.11.7
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Alan Graham
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2012-
|
17
|
+
date: 2012-11-01 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|