소스 검색

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>
 
   <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>
 
 {% highlight js linenos %}