remove unused js

This commit is contained in:
life
2014-11-12 20:24:24 +08:00
parent 6f12e179eb
commit 52a3ac13b3
263 changed files with 0 additions and 262 deletions

View File

@@ -1 +0,0 @@
ace.define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){t.snippetText="snippet ifeq\n ifeq (${1:cond0},${2:cond1})\n ${3:code}\n endif\n",t.scope="makefile"})