mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Fix some JS hints.
This commit is contained in:
parent
8c6afea314
commit
98f6611a7a
3 changed files with 27 additions and 19 deletions
|
@ -3,7 +3,7 @@ modulejs.define('ext/preview', ['_', '$', 'core/settings', 'core/resource', 'cor
|
|||
|
||||
var settings = _.extend({
|
||||
enabled: true
|
||||
}, allsettings['preview']),
|
||||
}, allsettings.preview),
|
||||
|
||||
template = '<div id="pv-overlay" class="noSelection">' +
|
||||
'<div id="pv-content"/>' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue