[beast: 42/70] EBEAST: integrate jQuery 3.1.1.
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 42/70] EBEAST: integrate jQuery 3.1.1.
- Date: Tue, 28 Mar 2017 23:25:14 +0000 (UTC)
commit 014ba54f5aad42bc65c216b2083c312e5e226415
Author: Tim Janik <timj gnu org>
Date: Mon Mar 6 01:24:13 2017 +0100
EBEAST: integrate jQuery 3.1.1.
Signed-off-by: Tim Janik <timj gnu org>
ebeast/index.html | 1 +
ebeast/package.json.in | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ebeast/index.html b/ebeast/index.html
index 772e675..b86c6b0 100644
--- a/ebeast/index.html
+++ b/ebeast/index.html
@@ -13,6 +13,7 @@
const Electron = require ('electron').remote;
const Bse = require ('./v8bse/v8bse.node');
const Mithril = require ('mithril');
+ window.$ = window.jQuery = require ('jquery');
</script>
<div style="margin: 1em auto; overflow: auto; max-height: 100%; max-width: 100%;">
diff --git a/ebeast/package.json.in b/ebeast/package.json.in
index 8692648..a0fb9ce 100644
--- a/ebeast/package.json.in
+++ b/ebeast/package.json.in
@@ -3,7 +3,7 @@
"version": "@MAJOR@.@MINOR@.@MICRO@",
"description": "Beast - Music Synthesizer and Composer",
"main": "main.js",
- "dependencies": { "electron": "^1.4.15", "mithril": "^1.0.1" },
+ "dependencies": { "electron": "^1.4.15", "mithril": "^1.0.1", "jquery": "^3.1.1" },
"devDependencies": { "node-gyp": "^3.5.0", "less": "^2.7.2",
"eslint": "^3.16.1", "eslint-plugin-html": "^2.0.1" },
"license": "LGPL-3.0",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]