Merge branch 'loader' of github.com:280north/cappuccino into loader

Conflicts:
	Objective-J/CPLog.js
This commit is contained in:
Tom Robinson
2010-02-06 14:01:56 -08:00
+1 -1
View File
@@ -45,7 +45,7 @@ exports.CPLogRegisterRange = function(aProvider, aMinLevel, aMaxLevel)
{
var min = _CPLogLevelsInverted[aMinLevel];
var max = _CPLogLevelsInverted[aMaxLevel];
if (min !== undefined && max !== undefined)
for (var i = 0; i <= max; i++)
CPLogRegisterSingle(aProvider, CPLogLevels[i]);