Minor updates.

This commit is contained in:
Lars Jung 2013-08-21 15:58:18 +02:00
parent cdbf2e2104
commit 11f6b3792d
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#pv-txt-text {
// position: absolute;
max-width: 800px;
max-height: 100%;
height: 100%;

View File

@ -1,5 +1,5 @@
modulejs.define('ext/preview-img', ['_', '$', 'core/settings', 'core/store', 'core/event', 'ext/preview'], function (_, $, allsettings, store, event, preview) {
modulejs.define('ext/preview-img', ['_', '$', 'core/settings', 'core/event', 'ext/preview'], function (_, $, allsettings, event, preview) {
var settings = _.extend({
enabled: false,

View File

@ -1,5 +1,5 @@
modulejs.define('ext/preview-txt', ['_', '$', 'core/settings', 'core/store', 'core/event', 'ext/preview'], function (_, $, allsettings, store, event, preview) {
modulejs.define('ext/preview-txt', ['_', '$', 'core/settings', 'core/event', 'ext/preview'], function (_, $, allsettings, event, preview) {
var settings = _.extend({
enabled: false,