From 9a0fadfc915d807c9f8629d5adc138ca11f3be6d Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Thu, 13 Jun 2013 08:53:29 +0400 Subject: [PATCH] comments --- src/inputs/list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inputs/list.js b/src/inputs/list.js index 6690978..1dc75fc 100644 --- a/src/inputs/list.js +++ b/src/inputs/list.js @@ -63,6 +63,7 @@ List - abstract class for inputs that have source option loaded from js array or if ($.isFunction(this.options.source)) { source = this.options.source.call(this.options.scope); this.sourceData = null; + //note: if function returns the same source as URL - sourceData will be taken from cahce and no extra request performed } else { source = this.options.source; }