introduce ace.provide function to create namespaces

This commit is contained in:
Fabian Jakobs 2010-04-14 09:53:17 +02:00
commit b9391734b6
16 changed files with 349 additions and 358 deletions

View file

@ -1,5 +1,4 @@
if (!window.ace)
ace = {};
ace.provide("ace.TextInput");
ace.TextInput = function(parentNode, host) {