Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/lesson.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lesson.js')
-rw-r--r--js/lesson.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/lesson.js b/js/lesson.js
new file mode 100644
index 0000000..89a533a
--- /dev/null
+++ b/js/lesson.js
@@ -0,0 +1,8 @@
+$(document).ready(
+ function(){
+ var k = Karma({});
+
+ k.ready(function() {
+
+ });
+ }); \ No newline at end of file