Packages/lsd-widgets/Source/Input/HTML.js in lsd_rails-0.1.2 vs Packages/lsd-widgets/Source/Input/HTML.js in lsd_rails-0.1.3

- old
+ new

@@ -22,15 +22,15 @@ LSD.Widget.Input.Html = LSD.Widget.Input.HTML = new Class({ options: { tag: 'input', - pseudos: Array.fast('form-associated', 'value'), + pseudos: Array.object('form-associated', 'value'), attributes: { contenteditable: 'editor', tabindex: 0 }, - states: Array.fast('editing'), + states: Array.object('editing'), events: { self: { focus: 'edit', edit: function() { this.openEditor(); \ No newline at end of file