mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Cleans js. Fixes js. Updates ru translation.
This commit is contained in:
parent
aa92ab9e83
commit
6b5556f338
27 changed files with 83 additions and 168 deletions
|
@ -1,15 +1,13 @@
|
|||
|
||||
modulejs.define('view/spacing', ['_', '$', 'core/settings', 'core/event'], function (_, $, allsettings, event) {
|
||||
|
||||
var defaults = {
|
||||
var settings = _.extend({
|
||||
maxWidth: 960,
|
||||
top: 50,
|
||||
right: "auto",
|
||||
bottom: 50,
|
||||
left: "auto"
|
||||
},
|
||||
|
||||
settings = _.extend({}, defaults, allsettings.spacing),
|
||||
}, allsettings.spacing),
|
||||
|
||||
adjustSpacing = function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue