client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Tue, 22 Sep 2015 00:03:37 +0200
changeset 540 5eaf3bd2cd90
parent 293 fba23fde14ba
permissions -rw-r--r--
Correct default schema version value for java and php

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

});