mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
wrapped all modules with anonymous func. moved Canvas to root dir because it's now coupled to KineticJS logic. removed whitelisting arrays from Global. Did some prep work for AMD and Node support
This commit is contained in:
5
tests/js/unit/globalTests.js
Normal file
5
tests/js/unit/globalTests.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Test.Modules.GLOBAL = {
|
||||
'test Kinetic version number': function(containerId) {
|
||||
test(Kinetic.version === 'current', 'Kinetic.version should equal current');
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user