Browse Source

updates module spec

pull/2229/head
jlukic 11 years ago
parent
commit
d0ca575e99
1 changed files with 2 additions and 2 deletions
  1. 4
      spec/module.commented.js

4
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);
},

Loading…
Cancel
Save