versions adjustment

This commit is contained in:
guybedford 2014-05-05 15:56:17 -07:00
parent 37e37c302f
commit 123f2a060b
5 changed files with 5 additions and 5 deletions

View File

@ -905,7 +905,7 @@ function versions(loader) {
// see if this module corresponds to a package already in our versioned packages list
// no version specified - check against the list (given we don't know the package name)
if (index == -1) {
if (index == -1 || index == 0) {
for (var p in packageVersions) {
versions = packageVersions[p];
if (normalized.substr(0, p.length) != p)

File diff suppressed because one or more lines are too long

2
dist/system.js vendored
View File

@ -1462,7 +1462,7 @@ function versions(loader) {
// see if this module corresponds to a package already in our versioned packages list
// no version specified - check against the list (given we don't know the package name)
if (index == -1) {
if (index == -1 || index == 0) {
for (var p in packageVersions) {
versions = packageVersions[p];
if (normalized.substr(0, p.length) != p)

2
dist/system.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -98,7 +98,7 @@ function versions(loader) {
// see if this module corresponds to a package already in our versioned packages list
// no version specified - check against the list (given we don't know the package name)
if (index == -1) {
if (index == -1 || index == 0) {
for (var p in packageVersions) {
versions = packageVersions[p];
if (normalized.substr(0, p.length) != p)