Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

errors with compressed version #2

Closed
shaunfreeman opened this issue Jun 29, 2009 · 2 comments
Closed

errors with compressed version #2

shaunfreeman opened this issue Jun 29, 2009 · 2 comments
Labels

Comments

@shaunfreeman
Copy link
Contributor

Sorry I accidenty closed this so I have created a new Issue.
There are some error which stop MooEditable.js from working when compessed:

  1. line 39 - baseCSS option should be on one line.
  2. line 43 - html option should also be on one line.
  3. line 1022 - should have a semi-colon at the end.

so code should look like:
line 39 :-

baseCSS: 'html{ height: 100%; cursor: text }\ body{ font-family: sans-serif; border: 0; }',

line 43 :-

html: '<html>\ <head>\ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\ <style>{BASECSS} {EXTRACSS}</style>\ {EXTERNALCSS}\ </head>\ <body>{CONTENT}</body>\ </html>'

line 1022:-
input.focus();

see MooEditable.js for edits.

@cheeaun
Copy link
Owner

cheeaun commented Jun 29, 2009

May I know which compressor are you using?

@shaunfreeman
Copy link
Contributor Author

php version of the Dean Edwards JavaScript's Packer Packer

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants