From 6945923ee0f846d5f8f611e170d7a420ce567079 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Aug 2014 22:43:11 -0700 Subject: [PATCH] Testing another event --- static/js/app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/js/app.js b/static/js/app.js index 06e750e..a36fb17 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -159,7 +159,10 @@ var behaviors = { }, play:function() { - console.log("Play event") + + }, + timeupdate:function() { + console.log("Time update") } })