We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b2058 commit 53a8cc1Copy full SHA for 53a8cc1
src/configuration.js
@@ -299,7 +299,7 @@ var EasyAutocomplete = (function(scope){
299
function checkPropertiesIfExist(source, target) {
300
for(var property in target) {
301
if (source[property] === undefined) {
302
- consol.log("Option property '" + property + "' does not exist in EasyAutocomplete API.");
+ consol.log("Property '" + property + "' does not exist in EasyAutocomplete options API.");
303
}
304
305
if (typeof source[property] === "object" && !externalObject(property)) {
0 commit comments