From 8ce24bda89c94a1e90c2fa759826d7f47e8d5c42 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 12 Jan 2012 17:17:57 -0600 Subject: [PATCH] Typo on Prototype example page --- example.proto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.proto.html b/example.proto.html index daddecb..6d8510e 100644 --- a/example.proto.html +++ b/example.proto.html @@ -1289,7 +1289,7 @@

Using Chosen is easy as can be.

  1. Download the plugin and copy the chosen files to your app.
  2. -
  3. Activate the plugin by creating a new instance of Chosen: New Chosen(some_form_field);
  4. +
  5. Activate the plugin by creating a new instance of Chosen: new Chosen(some_form_field);
  6. Disco.