Author: ygrego Date: 2015-02-13 16:54:06 +0000 (Fri, 13 Feb 2015) New Revision: 805 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/805 Log: Addition of "Test.js" which will manage tests on every oipf object. Added: oipf/js/test/Test.js Added: oipf/js/test/Test.js =================================================================== --- oipf/js/test/Test.js (rev 0) +++ oipf/js/test/Test.js 2015-02-13 16:54:06 UTC (rev 805) @@ -0,0 +1,14 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +var Test = Class.extend({ + + init: function() { + + } + +}); + +