define(["backbone","jquery","jquery.ui"],function(Backbone,$){// course update -- biggest kludge here is the lack of a real id to map updates to originalsvarCourseUpdate=Backbone.Model.extend({defaults:{"date":$.datepicker.formatDate('MM d, yy',newDate()),"content":""}});returnCourseUpdate;});// end define()