-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
hello,
i just add the file to my project and then add setTheItem function to my button function :
AddBtnOnclick(){
if(planSubject != "" || planText != "")
{
myDB.setTheItem('planDB',{subject:planSubject,desc:planText},function() {
});
}
}
i got this error :
undefined is not a function(evaluating 'myDB.setTheItem('planDB',{subject:planSubject,desc:planText},function() {
})')
Metadata
Metadata
Assignees
Labels
No labels