| author | ymh <ymh.work@gmail.com> |
| Fri, 16 May 2014 09:23:11 +0200 | |
| changeset 290 | 8a6eb26ac87f |
| parent 284 | fa8035885814 |
| child 293 | fba23fde14ba |
| permissions | -rw-r--r-- |
| 284 | 1 |
"use strict"; |
2 |
define([], function ($, _) { |
|
3 |
return { |
|
4 |
getUtils: function(){ |
|
5 |
return window.Rkns.Utils; |
|
6 |
}, |
|
7 |
getRenderer: function(){ |
|
8 |
return window.Rkns.Renderer; |
|
9 |
} |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
284
diff
changeset
|
10 |
}; |
| 284 | 11 |
|
12 |
}); |