1
0
Fork 0

Added {Abstract,Final}Class and Interface imports to test script runner

website
Mike Gerwitz 2011-11-05 13:02:34 -04:00
parent d59fe3481e
commit 5657e40f92
1 changed files with 4 additions and 1 deletions

View File

@ -112,7 +112,10 @@
function runScript( script )
{
var Class = easejs.Class,
var Class = easejs.Class,
FinalClass = easejs.FinalClass,
AbstractClass = easejs.AbstractClass,
Interface = easejs.Interface,
$console = $( '<textarea>' )
.attr( {