client/js/require-utils.js
author ymh <ymh.work@gmail.com>
Fri, 16 May 2014 14:09:57 +0200
changeset 293 fba23fde14ba
parent 290 8a6eb26ac87f
permissions -rw-r--r--
Correct jshint errors and force it on build

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

});