Browse Source

#1: Safari support

modules
RubaXa 11 years ago
parent
commit
8cba2c6280
  1. 2
      Ply.min.js
  2. 4
      src/Ply.es6

2
Ply.min.js vendored

File diff suppressed because one or more lines are too long

4
src/Ply.es6

@ -1376,8 +1376,10 @@
options.open.args = openFx.args[0]; options.open.args = openFx.args[0];
options.close.args = closeFx.args[0]; options.close.args = closeFx.args[0];
} }
else if (!(options instanceof Object)) {
options = {};
}
options = options || {};
options.duration = (options.duration || defaults.duration) | 0; options.duration = (options.duration || defaults.duration) | 0;
for (var key in {open: 0, close: 0}) { for (var key in {open: 0, close: 0}) {

Loading…
Cancel
Save