fondant-rails 0.4.0 → 0.4.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.
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# ## Fondant v0.4.
|
|
1
|
+
# ## Fondant v0.4.1
|
|
2
2
|
#
|
|
3
3
|
# The icing on the cake for user input. A simple jQuery HTML5 WYSIWYG editor
|
|
4
4
|
# using `contenteditable`.
|
|
@@ -435,7 +435,7 @@ $ ->
|
|
|
435
435
|
if instance
|
|
436
436
|
return instance[option].apply(instance, args)
|
|
437
437
|
|
|
438
|
-
@
|
|
438
|
+
@map ->
|
|
439
439
|
$this = $(this)
|
|
440
440
|
instance = $this.data('fondant')
|
|
441
441
|
options = typeof option == 'object' && option
|
|
@@ -446,6 +446,8 @@ $ ->
|
|
|
446
446
|
if typeof option == 'string'
|
|
447
447
|
instance[option].apply(instance, args)
|
|
448
448
|
|
|
449
|
+
instance.getElement()
|
|
450
|
+
|
|
449
451
|
# ### Defaults
|
|
450
452
|
#
|
|
451
453
|
# Allows user to set their own defaults without having to pass in their
|