From d0ca575e99c9ca11e64d3658a167a84c3ceb07b8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 18 Oct 2013 13:35:09 -0400 Subject: [PATCH] updates module spec --- spec/module.commented.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/module.commented.js b/spec/module.commented.js index b629c09bf..176613b6c 100755 --- a/spec/module.commented.js +++ b/spec/module.commented.js @@ -110,9 +110,9 @@ $.fn.example = function(parameters) { }, // #### Refresh - // Selectors are cached so we sometimes need to manually refresh the cache + // Selectors or cached values sometimes need to refreshed refresh: function() { - module.verbose('Refreshing selector cache for', element); + module.verbose('Refreshing elements', element); $module = $(element); $text = $(this).find(settings.selector.text); },