mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-10 12:47:13 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5be4fb7642 | ||
|
|
f78c341a11 | ||
|
|
4d907f2a88 | ||
|
|
c028092bcd | ||
|
|
82411047e1 |
Vendored
+1
-1
Submodule External/browserjs updated: 87a9b481d1...bd20c3745e
Vendored
+1
-1
Submodule External/jack updated: 7b410a1323...ffc5ea4a6e
Vendored
+1
-1
Submodule External/narwhal updated: e0bb2640c5...b91ecad8a4
Vendored
+1
-1
Submodule External/ojunit updated: e2d0cddea2...ca10912c3f
@@ -13,9 +13,6 @@ function printUsage()
|
||||
|
||||
function main()
|
||||
{
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
if (system.args.length < 1)
|
||||
return printUsage();
|
||||
|
||||
|
||||
@@ -164,9 +164,6 @@ function preprocess(aFilePath, outFilePath, gccArgs, flags)
|
||||
|
||||
function main()
|
||||
{
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
var filePaths = [],
|
||||
outFilePaths = [],
|
||||
|
||||
|
||||
@@ -12,9 +12,6 @@ if (system.env["OBJJ_INCLUDE_PATHS"])
|
||||
|
||||
window.args = system.args;
|
||||
|
||||
// FIXME: ARGS
|
||||
system.args.shift();
|
||||
|
||||
with (window)
|
||||
{
|
||||
eval(File.read(OBJJ_HOME + "/lib/Frameworks/Objective-J/rhino.platform/Objective-J.js", { charset:"UTF-8" }));
|
||||
|
||||
+1
-3
@@ -301,9 +301,7 @@ objj_search.prototype.request = function(aFilePath, aMethod)
|
||||
|
||||
try
|
||||
{
|
||||
// unclear whether plusses are reserved in the URI path
|
||||
//request.open("GET", aFilePath.replace(/\+/g, "%2B"), YES);
|
||||
request.open("GET", aFilePath, YES);
|
||||
request.open("GET", aFilePath.replace(/\+/g, "%2B"), YES);
|
||||
request.send("");
|
||||
}
|
||||
catch (anException)
|
||||
|
||||
Reference in New Issue
Block a user