summaryrefslogtreecommitdiff
path: root/test/mocks/mx.js
diff options
context:
space:
mode:
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)
}
}