package
This commit is contained in:
parent
3b23a7ac1a
commit
88fe362384
12 changed files with 7 additions and 4 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Ace
|
||||
version 0.2.0
|
||||
commit 483a7126e087c4f9b0e22d0d5241f48dbd15a736
|
||||
commit 182ba8345ec81541f751a9151ce8aa45021422dc
|
||||
|
||||
|
||||
-->
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -174,6 +174,7 @@ function exportAce(ns) {
|
|||
return callback.apply(this, arguments);
|
||||
});
|
||||
};
|
||||
global.define.packaged = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
0
build/src/mode-text-noconflict.js
Normal file
0
build/src/mode-text-noconflict.js
Normal file
0
build/src/mode-text-uncompressed-noconflict.js
Normal file
0
build/src/mode-text-uncompressed-noconflict.js
Normal file
0
build/src/mode-text-uncompressed.js
Normal file
0
build/src/mode-text-uncompressed.js
Normal file
0
build/src/mode-text.js
Normal file
0
build/src/mode-text.js
Normal file
|
|
@ -174,6 +174,7 @@ function exportAce(ns) {
|
|||
return callback.apply(this, arguments);
|
||||
});
|
||||
};
|
||||
global.define.packaged = true;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
0
build/textarea/src/mode-text.js
Normal file
0
build/textarea/src/mode-text.js
Normal file
Loading…
Add table
Add a link
Reference in a new issue