mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 19:27:12 +00:00
Merge branch 'loader' of github.com:280north/cappuccino into loader
Conflicts: Objective-J/CPLog.js
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user