remove embed

Former-commit-id: c64a7efa7402e0d71164bef0252748f95fe94551
This commit is contained in:
Henrique Dias
2017-03-25 15:45:29 +00:00
parent 2506e0b0ad
commit 913f8ebed3
377 changed files with 0 additions and 4537 deletions

View File

@@ -1 +0,0 @@
define("ace/mode/plain_text",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/text_highlight_rules","ace/mode/behaviour"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("./text").Mode,s=e("./text_highlight_rules").TextHighlightRules,o=e("./behaviour").Behaviour,u=function(){this.HighlightRules=s,this.$behaviour=new o};r.inherits(u,i),function(){this.type="text",this.getNextLineIndent=function(e,t,n){return""},this.$id="ace/mode/plain_text"}.call(u.prototype),t.Mode=u})