Move sources order to Ruby, which is where it's used.

This commit is contained in:
Davis W. Frank
2012-04-01 11:28:57 -07:00
parent 674197aef8
commit 3a0ada034b
7 changed files with 39 additions and 26 deletions

View File

@@ -1,7 +0,0 @@
[
"base.js",
"util.js",
"Env.js",
"Reporter.js",
"Block.js"
]

0
src/core/base.js Executable file → Normal file
View File

0
src/core/mock-timeout.js Executable file → Normal file
View File

View File

@@ -2,5 +2,5 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1333301588
"revision": 1333304168
};