From aa8978e55111774b0e20e305e0be6faf3e6e139c Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sat, 14 Mar 2015 19:49:47 -0400 Subject: [PATCH] Rip out the old AMD docs --- docs/options.html | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/docs/options.html b/docs/options.html index c7f50645..6263edb1 100644 --- a/docs/options.html +++ b/docs/options.html @@ -112,10 +112,10 @@ $("select").select2({

You can find more information on how to integrate Select2 with your existing AMD-based project by - viewing the 4.0 release notes. + viewing the 4.0 release notes. Select2 automatically loads some modules when the adapters are being automatically constructed, so those who are using Select2 with a custom - AMD build using their own system will need to specify the paths that are + AMD build using their own system may need to specify the paths that are generated to the Select2 modules.

@@ -148,17 +148,6 @@ $("select").select2({ -

- If you are using Select2 in your own code base with your own AMD build - system, it is recommended to use the full source of Select2 instead of the - custom AMD build (select2.amd.js). This will allow you to - apply your own build steps, such as minification and concatenation, - independent of the Select2 defaults. You will need to set the path to the - source directories in the amdBase and - amdLanguage base options, which can be set globally through - the default options. -

-

Display