diff options
Diffstat (limited to 'demo/resources/scripts/axure/globals.js')
| -rw-r--r-- | demo/resources/scripts/axure/globals.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo/resources/scripts/axure/globals.js b/demo/resources/scripts/axure/globals.js new file mode 100644 index 0000000..8cb79ae --- /dev/null +++ b/demo/resources/scripts/axure/globals.js @@ -0,0 +1,7 @@ +$axure.internal(function($ax) {
+ var _globals = $ax.globals = {};
+
+ $ax.globals.MaxZIndex = 1000;
+ $ax.globals.MinZIndex = -1000;
+
+});
\ No newline at end of file |
