Don't use cdn for ace

This commit is contained in:
Samy Pessé
2014-06-07 16:02:02 +02:00
parent 4dbdb95ebe
commit 7e12bd3588
6 changed files with 15 additions and 15 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
define([
"jQuery",
"ace/ace",
"ace/theme-tomorrow",
"ace/mode-javascript",
"utils/execute",
"core/events",
"core/state"
], function($, execute, events, state){
], function($, _ace, _aceTheme, _aceMode, execute, events, state){
// Bind an exercise
var prepareExercise = function($exercise) {
var codeSolution = $exercise.find(".code-solution").text();