Merge pull request #1301 from ajaxorg/fix-django-header
Fix django.js module header
This commit is contained in:
commit
1296cefd23
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
define('ace/mode/django', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/html', 'ace/mode/text_highlight_rules', 'ace/tokenizer', 'ace/mode/html_highlight_rules'], function(require, exports, module) {
|
||||
define(function(require, exports, module) {
|
||||
|
||||
var oop = require("../lib/oop");
|
||||
var HtmlMode = require("./html").Mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue