some cleanups

This commit is contained in:
Fabian Jakobs 2012-04-28 15:46:34 +02:00
commit bd89c466ec
5 changed files with 15 additions and 32 deletions

View file

@ -1,7 +1,7 @@
{
"DOMElement" : "https://developer.mozilla.org/en/DOM/element",
"Event" : "https://github.com/ajaxorg/ace/blob/master/lib/ace/lib/event.js",
"TextMode" : "https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/text.js",
"KeyBinding" : "https://github.com/ajaxorg/ace/blob/master/lib/ace/keyboard/keybinding.js",
"Cursor" : "https://github.com/ajaxorg/ace/blob/master/lib/ace/layer/cursor.js"
"DOMElement": "https://developer.mozilla.org/en/DOM/element",
"Event": "https://github.com/ajaxorg/ace/blob/master/lib/ace/lib/event.js",
"TextMode": "https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/text.js",
"KeyBinding": "https://github.com/ajaxorg/ace/blob/master/lib/ace/keyboard/keybinding.js",
"Cursor": "https://github.com/ajaxorg/ace/blob/master/lib/ace/layer/cursor.js"
}