mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
Major progress on Planck.js migration - server starts without crashing
This commit is contained in:
parent
74957807e2
commit
875abd60d9
7 changed files with 64 additions and 54 deletions
9
app/Lib/Vendor/Planck.js
vendored
Normal file
9
app/Lib/Vendor/Planck.js
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
define([
|
||||
"Lib/Vendor/planck.min"
|
||||
], function(planck) {
|
||||
"use strict";
|
||||
|
||||
// planck.min.js exports the planck object through AMD
|
||||
// Return it for RequireJS module system
|
||||
return planck;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue