Commit c7ab37bd by Victor Shnayder

initial js--called at page load

parent 7d1d135c
class @StaffGrading # wrap everything in a class in case we want to use inside xmodules later
class StaffGrading
constructor: -> constructor: ->
alert('hi!') alert('hi!')
load: ->
\ No newline at end of file alert('loading')
# for now, just create an instance and load it...
grading = new StaffGrading
$(document).ready(grading.load)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment