Kaleb Hornsby
2010-10-06 17:25:38 UTC
I am running Ubuntu and have just discovered MochiKit in the
repositories. I attempted to start it with smjs, but I ran into an
error. I apparently needed MochiKit.MockDOM. I found it [online] [1]
on another site than mochikit's because their track server is down.
This seemed rather old. Sure enough, though, I loaded mockdom.js and
then loaded mochikit.js and it solved the error, but created another.
Sample output:
$ js
js> load('MochiKit.js')
MochiKit.js:3506: TypeError: this._document has no properties
js> load('MockDOM.js')
js> load('MochiKit.js')
MochiKit.js:4323: ReferenceError: navigator is not defined
js>
Does somebody have a more recent version of mockdom that works with
mochikit?
[1]: http://bknr.net/trac/browser/trunk/projects/quickhoney/website/static/MochiKit/MockDOM.js?rev=2828
repositories. I attempted to start it with smjs, but I ran into an
error. I apparently needed MochiKit.MockDOM. I found it [online] [1]
on another site than mochikit's because their track server is down.
This seemed rather old. Sure enough, though, I loaded mockdom.js and
then loaded mochikit.js and it solved the error, but created another.
Sample output:
$ js
js> load('MochiKit.js')
MochiKit.js:3506: TypeError: this._document has no properties
js> load('MockDOM.js')
js> load('MochiKit.js')
MochiKit.js:4323: ReferenceError: navigator is not defined
js>
Does somebody have a more recent version of mockdom that works with
mochikit?
[1]: http://bknr.net/trac/browser/trunk/projects/quickhoney/website/static/MochiKit/MockDOM.js?rev=2828
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.