This commit is contained in:
Fabian Jakobs 2012-02-22 12:14:53 +01:00
commit 88fe362384
12 changed files with 7 additions and 4 deletions

View file

@ -174,6 +174,7 @@ function exportAce(ns) {
return callback.apply(this, arguments);
});
};
global.define.packaged = true;
return;
}
@ -569,7 +570,6 @@ bindDropdown("theme", function(value) {
if (module.packaged) {
loadTheme(value, function() {
console.log(value)
env.editor.setTheme(value);
});
}

View file

@ -11,7 +11,7 @@
Ace
version 0.2.0
commit 483a7126e087c4f9b0e22d0d5241f48dbd15a736
commit 182ba8345ec81541f751a9151ce8aa45021422dc
-->

File diff suppressed because one or more lines are too long

View file

@ -174,6 +174,7 @@ function exportAce(ns) {
return callback.apply(this, arguments);
});
};
global.define.packaged = true;
return;
}

View file

@ -174,6 +174,7 @@ function exportAce(ns) {
return callback.apply(this, arguments);
});
};
global.define.packaged = true;
return;
}

File diff suppressed because one or more lines are too long

View file

View file

0
build/src/mode-text.js Normal file
View file

View file

@ -174,6 +174,7 @@ function exportAce(ns) {
return callback.apply(this, arguments);
});
};
global.define.packaged = true;
return;
}

View file