diff options
Diffstat (limited to 'push/src/main/templates/vaadinPush.js.tpl')
-rw-r--r-- | push/src/main/templates/vaadinPush.js.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/push/src/main/templates/vaadinPush.js.tpl b/push/src/main/templates/vaadinPush.js.tpl new file mode 100644 index 0000000000..3b2fb788f9 --- /dev/null +++ b/push/src/main/templates/vaadinPush.js.tpl @@ -0,0 +1,10 @@ +(function(define) { +@jquery.js@ +window.jQueryVaadin = window.jQuery.noConflict(true); +(function(jQuery, undefined) { + @jquery.atmosphere.js@ +})(jQueryVaadin); +if (window.console) { + window.console.log("Vaadin push loaded"); +} +})(); |