mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
First pass at spriting in IE.
Reviewed by me.
This commit is contained in:
+1
-3
@@ -115,7 +115,7 @@ function partial_require(path, exports)
|
||||
global.setupEnvironment = function()
|
||||
{
|
||||
if (partial_require(FILE.join($BUILD_CONFIGURATION_DIR, "CommonJS", "objective-j")) ||
|
||||
partial_require(FILE.join($HOME_DIR, "Objective-J", "CommonJS", "objective-j")))
|
||||
partial_require(FILE.join($HOME_DIR, "Objective-J", "CommonJS")))
|
||||
{
|
||||
var OBJECTIVE_J_JAKE = require("objective-j/jake");
|
||||
|
||||
@@ -174,8 +174,6 @@ global.mv = function(/*String*/ from, /*String*/ to)
|
||||
FILE.move(from, to);
|
||||
}
|
||||
|
||||
//require 'objective-j'
|
||||
|
||||
function serializedENV()
|
||||
{
|
||||
var serialized = "";
|
||||
|
||||
Reference in New Issue
Block a user