summaryrefslogtreecommitdiff
path: root/test/mocks/mx.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-01 18:03:20 -0400
committerJules Laplace <jules@okfoc.us>2014-08-01 18:03:20 -0400
commitbe7412073a5e0b6641f125f29d254315f50bc95c (patch)
tree30bff47776468515e3087ab73110457cb50bd2a6 /test/mocks/mx.js
parentabd50f1cfca26bb8e83275cfb443a2d678625aef (diff)
tests for grouper
Diffstat (limited to 'test/mocks/mx.js')
-rw-r--r--test/mocks/mx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/mx.js b/test/mocks/mx.js
index 2a76ffc..889f4bc 100644
--- a/test/mocks/mx.js
+++ b/test/mocks/mx.js
@@ -16,7 +16,7 @@ MX.Object3D = function (klass) {
MX.Scene = {
els: [],
add: function (el) {
- els.push(el)
+ MX.Scene.els.push(el)
}
}