Browse Source

Fixing typos

pull/524/head
Mário Gonçalves 11 years ago
parent
commit
5df164eec6
2 changed files with 2 additions and 2 deletions
  1. 2
      spec/modal.commented.js
  2. 2
      spec/module.commented.js

2
spec/modal.commented.js

@ -606,7 +606,7 @@ $.fn.modal = function(parameters) {
// Invoke is used to match internal functions to string lookups.
// `$('.foo').example('invoke', 'set text', 'Foo')`
// Method lookups are lazy, looking for many variations of a search string
// For example 'set active', will look for both `setText : function(){}`, `set: { text: function(){} }`
// For example 'set text', will look for both `setText : function(){}`, `set: { text: function(){} }`
// Invoke attempts to preserve the 'this' chaining unless a value is returned.
// If multiple values are returned an array of values matching up to the length of the selector is returned
invoke: function(query, passedArguments, context) {

2
spec/module.commented.js

@ -291,7 +291,7 @@ $.fn.example = function(parameters) {
// Invoke is used to match internal functions to string lookups.
// `$('.foo').example('invoke', 'set text', 'Foo')`
// Method lookups are lazy, looking for many variations of a search string
// For example 'set active', will look for both `setText : function(){}`, `set: { text: function(){} }`
// For example 'set text', will look for both `setText : function(){}`, `set: { text: function(){} }`
// Invoke attempts to preserve the 'this' chaining unless a value is returned.
// If multiple values are returned an array of values matching up to the length of the selector is returned
invoke: function(query, passedArguments, context) {

Loading…
Cancel
Save