projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972b877
)
kivi.Part.js: Optionen rekursiv mergen
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2017 16:43:18 +0000
(17:43 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2017 16:43:18 +0000
(17:43 +0100)
js/kivi.Part.js
patch
|
blob
|
history
diff --git
a/js/kivi.Part.js
b/js/kivi.Part.js
index
ce86feb
..
f949f25
100644
(file)
--- a/
js/kivi.Part.js
+++ b/
js/kivi.Part.js
@@
-274,7
+274,7
@@
namespace('kivi.Part', function(ns) {
ns.Picker = function($real, options) {
var self = this;
- this.o = $.extend({
+ this.o = $.extend(
true,
{
limit: 20,
delay: 50,
action: {