Add field application

Add asset dependencies

Add field model

Add field tests

Add field app

Add JS build

Add end file blank line

Adjust asset dependencies version

Remove assets test libraries from build

Remove unecessary comments

Add end file blank line

Fix indent
This commit is contained in:
Nicolas Le Goff
2013-05-03 11:15:11 +02:00
committed by Romain Neutron
parent d0431248ce
commit 1ff4e4060b
19 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
define(['chai'], function(shai) {
window.expect = shai.expect;
window.assert = shai.assert;
});