%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/learnpress/assets/js/frontend/ |
Current File : /var/www/html/itworks/wp-content/plugins/learnpress/assets/js/frontend/course-quiz.min.js |
if(typeof LP=="undefined"){window.LP={}}(function(d,e,b){var a=function(f){this.model=new a.Model(f);this.view=new a.View({model:this.model})},c=e.Collection.extend({initialize:function(){console.log(this.length)}});a.View=e.View.extend({initialize:function(){LP.log("Quiz.View.initialize")}});a.Model=e.Model.extend({questions:null,initialize:function(){this.questions=new c();this.questions.add(b.values(this.get("questions")));console.log(this.questions.length)}});d.extend(LP,{Quiz:a,$quiz:null,_initQuiz:function(f){if(!this.$quiz||this.$quiz.model.get("id")!=f.id){delete this.$quiz;this.$quiz=new a(f)}return this.$quiz}})})(jQuery,Backbone,_);