We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3933bc7 commit 8d5a4eaCopy full SHA for 8d5a4ea
src/js/colorpicker.js
@@ -48,7 +48,7 @@ var Colorpicker = (function(DX, window, document, undefined) {
48
* @returns {boolean}
49
*/
50
function isString(param) {
51
- return toString.call(param) === '[object String]';
+ return Object.prototype.toString.call(param) === '[object String]';
52
}
53
54
0 commit comments