summaryrefslogtreecommitdiffstats
path: root/src/shape.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/shape.js')
-rw-r--r--src/shape.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shape.js b/src/shape.js
index 8295f1c..236b33e 100644
--- a/src/shape.js
+++ b/src/shape.js
@@ -1,6 +1,5 @@
SVG.Shape = function Shape(element) {
- this.drag = new SVG.Draggable(this);
this.constructor.call(this, element);
};
ue='grep'>log msg
path: root/contrib/lua-torch/decisiontree/GradientBoostState.lua
blob: f268f3da802849d545666abf262a19d962470115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57