瀏覽代碼

Clarify usage of processResults (#4706)

alexweissman 7 年之前
父節點
當前提交
0bbf614ee3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/_includes/options/data/ajax.html

+ 1 - 1
docs/_includes/options/data/ajax.html

@@ -92,7 +92,7 @@
   </h3>
   </h3>
 
 
   <p>
   <p>
-    You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2.
+    You can use the <code>ajax.processResults</code> option to modify the data returned from the server before passing it to Select2.  The data structure returned by <code>processResults</code> should match the format as specified above.
   </p>
   </p>
 
 
 {% highlight js linenos %}
 {% highlight js linenos %}