mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
repaired define path
This commit is contained in:
parent
d428002374
commit
70d6fc08bd
1 changed files with 5 additions and 1 deletions
6
app/Lib/Utilities/RequestAnimFrame.js
Normal file → Executable file
6
app/Lib/Utilities/RequestAnimFrame.js
Normal file → Executable file
|
|
@ -1,4 +1,8 @@
|
|||
define(['Chuck/Settings'], function(Settings) {
|
||||
define([
|
||||
'Game/Config/Settings'
|
||||
],
|
||||
|
||||
function(Settings) {
|
||||
|
||||
var requestAnimFrame = (function(){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue