mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed movieclip speed/fps bug. fixes #35
This commit is contained in:
parent
5caa21f453
commit
93680e3286
9 changed files with 60 additions and 29 deletions
|
|
@ -4,7 +4,7 @@ var GLOBALS = { context: "Client" };
|
|||
|
||||
requirejs.config({
|
||||
baseUrl: 'app',
|
||||
deps: ['Lib/Utilities/Extensions'],
|
||||
deps: ['Lib/Utilities/Client/Extensions'],
|
||||
waitSeconds: 0,
|
||||
paths: {
|
||||
screenfull: "/screenfull",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue