Skip to content

Commit

Permalink
By default, fault the optional parameters
Browse files Browse the repository at this point in the history
- Need a good way to indicate where they are
  • Loading branch information
torinfo committed Nov 20, 2014
1 parent 59d1e9b commit 4f0597c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions editor/js/layout.js
Expand Up @@ -88,8 +88,11 @@ var EDITOR = (function ($, parent) {
togglerTip_open: closetooltip,
togglerTip_closed: opentooltip,
resizerTip_open: resizetooltip,
slideTrigger_open: "click",
initClosed: false
slideTrigger_open: "mouseover",
initClosed: false,
fxName: "drop",
fxSpeed: "normal",
fxSettings: { easing: "" } // remove default
},
east: {
size: 200,
Expand All @@ -104,7 +107,7 @@ var EDITOR = (function ($, parent) {
togglerTip_closed: opentooltip,
resizerTip_open: resizetooltip,
slideTrigger_open: "mouseover",
initClosed: false,
initClosed: true,
fxName: "drop",
fxSpeed: "normal",
fxSettings: { easing: "" } // remove default
Expand Down

0 comments on commit 4f0597c

Please sign in to comment.