Skip to content

Commit

Permalink
[docs] Fixing the remaining part of wrong comments. (#160) (thank @li…
Browse files Browse the repository at this point in the history
  • Loading branch information
liril-net authored and FezVrasta committed Jan 20, 2017
1 parent 71418d2 commit 04b6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popper/utils/isFunction.js
Expand Up @@ -2,7 +2,7 @@
* Check if the given variable is a function
* @method
* @memberof Popper.Utils
* @argument {Element} element - Element to check
* @argument {*} functionToCheck - variable to check
* @returns {Boolean} answer to: is a function?
*/
export default function isFunction(functionToCheck) {
Expand Down

0 comments on commit 04b6d9a

Please sign in to comment.