dionyziz / Automata

An editor for deterministic finite automata
http://automata.discrete.gr
51 stars 12 forks source link

App does not work on Mozilla Firefox #14

Closed dionyziz closed 12 years ago

dionyziz commented 12 years ago

There is an issue with object.js and the classical inheritance implementation.

mzambe commented 12 years ago

I still get these errors on Mozilla Firefox 13.0 :

NFA.inherit is not a function init() ui.js (line 15) ui.js() ui.js (line 127) $( window ).resize( UI.resize.bind( UI ) ); ui.js (line 15)

NFARenderer.inherit is not a function NFARenderer.inherit( EventEmitter ); render.js (line 651)

this.nfa.on is not a function this.nfa.on( 'stateadded', stateAdded ); automatonview.js (line 69)

arguments[0].prototype is not an object or null this.prototype = Object.create( arguments[ 0 ].prototype, propertiesObject ); object.js (line 58)

$ is not defined $( window ).resize( UI.resize.bind( UI ) ); ui.js (line 15)

mzambe commented 12 years ago

I was my falt this time... know editor works properly...