jsme-editor / jsme-editor.github.io

73 stars 19 forks source link

2 Warnings, (probably deprecated code) #23

Closed ggieling closed 1 year ago

ggieling commented 2 years ago

When using JSME in a webpage I receive two warnings related to (probably) deprecated code. The warnings are: 1) This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. jsme.nocache.js:24:206 2) Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead. See description at mozilla

If it is truly deprecated code, you may wish to adjust this before it becomes forbidden code.

jsme-editor commented 2 years ago

Issue confirmed with Firefox and fixed. Thank you for the report.