Skip to content

Commit 53a8cc1

Browse files
pawelczakpawelczak
authored andcommitted
Closes #71. Changed message.
1 parent a2b2058 commit 53a8cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ var EasyAutocomplete = (function(scope){
299299
function checkPropertiesIfExist(source, target) {
300300
for(var property in target) {
301301
if (source[property] === undefined) {
302-
consol.log("Option property '" + property + "' does not exist in EasyAutocomplete API.");
302+
consol.log("Property '" + property + "' does not exist in EasyAutocomplete options API.");
303303
}
304304

305305
if (typeof source[property] === "object" && !externalObject(property)) {

0 commit comments

Comments
 (0)