Update: AutoComplete.js needs to change inheritance syntax
Date:
2006-06-14 08:08:45
From:
fivesticks
The AutoComplete.js uses a deprecated inherits syntax. You need to change it from: "dj_inherits" to "dojo.inherits". dj_inherits was deprecated at some point. dojo.inherits is tested with 0.3.1 (kitchen sink) and works correctly.