jim-jim-jim / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

missing ; in (packed) Base2.IO #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce: Load first base2 and then base2.IO to a page
(http://code.google.com/p/base2/ for instance) using this bookmarklet:

javascript:void(function(u){if(!u)return;var
s=document.createElement("script");s.src=u;document.getElementsByTagName("head")
[0].appendChild(s)}(prompt("URL
of javascript file to load?","")))

from (in order)

http://base2.googlecode.com/svn/trunk/lib/base2-dom-fp.js
http://base2.googlecode.com/svn/trunk/lib/base2-io-p.js

Expected effect: base2.IO exists

Observed effect: "missing ; before statement" exception on
b=_4(b)if(arguments.length>2)

Original issue reported on code.google.com by oyas...@gmail.com on 27 Aug 2008 at 10:38

GoogleCodeExporter commented 9 years ago
(It's from path1 = _makeNativeAbsolutePath(path1) in IO/package.js.)

Original comment by oyas...@gmail.com on 27 Aug 2008 at 10:51

GoogleCodeExporter commented 9 years ago
Fixed now. Sorry about that. IO stuff is not in my test suites yet. :-)

Original comment by dean.edw...@gmail.com on 27 Aug 2008 at 11:10