client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Sat, 28 Mar 2015 04:27:48 +0100
changeset 412 1ebaa106b580
parent 293 fba23fde14ba
permissions -rw-r--r--
add no zoom option

define([], function ($, _) {
    'use strict';
    return {
        getUtils: function(){
            return window.Rkns.Utils;
        },
        getRenderer: function(){
            return window.Rkns.Renderer;
        }
    };

});