Skip to content

Commit 88fe362

Browse files
committed
package
1 parent 3b23a7a commit 88fe362

12 files changed

Lines changed: 7 additions & 4 deletions

build/demo/kitchen-sink/kitchen-sink-uncompressed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ function exportAce(ns) {
174174
return callback.apply(this, arguments);
175175
});
176176
};
177+
global.define.packaged = true;
177178

178179
return;
179180
}
@@ -569,7 +570,6 @@ bindDropdown("theme", function(value) {
569570

570571
if (module.packaged) {
571572
loadTheme(value, function() {
572-
console.log(value)
573573
env.editor.setTheme(value);
574574
});
575575
}

build/kitchen-sink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Ace
1313
version 0.2.0
14-
commit 483a7126e087c4f9b0e22d0d5241f48dbd15a736
14+
commit 182ba8345ec81541f751a9151ce8aa45021422dc
1515
1616
1717
-->

build/src/ace-noconflict.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/src/ace-uncompressed-noconflict.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ function exportAce(ns) {
174174
return callback.apply(this, arguments);
175175
});
176176
};
177+
global.define.packaged = true;
177178

178179
return;
179180
}

build/src/ace-uncompressed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ function exportAce(ns) {
174174
return callback.apply(this, arguments);
175175
});
176176
};
177+
global.define.packaged = true;
177178

178179
return;
179180
}

build/src/ace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/src/mode-text-noconflict.js

Whitespace-only changes.

build/src/mode-text-uncompressed-noconflict.js

Whitespace-only changes.

build/src/mode-text-uncompressed.js

Whitespace-only changes.

build/src/mode-text.js

Whitespace-only changes.

0 commit comments

Comments
 (0)