mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Removed alerts.
Reviewd by me.
This commit is contained in:
@@ -370,9 +370,9 @@ if (new prototype_bug().member)
|
||||
{
|
||||
|
||||
var fast_class_createInstance = class_createInstance;
|
||||
alert('THE BUG');
|
||||
|
||||
class_createInstance = function(/*Class*/ aClass)
|
||||
{alert("theee bugggg");
|
||||
{
|
||||
var object = fast_class_createInstance(aClass);
|
||||
|
||||
if (object)
|
||||
|
||||
@@ -17,7 +17,7 @@ function cacheExportedNamesAndValues()
|
||||
cachedExportedNames.push(exportName);
|
||||
cachedExportedValues.push(exports[exportName]);
|
||||
}
|
||||
alert(cachedExportedNames);
|
||||
|
||||
exportedNames = function()
|
||||
{
|
||||
return cachedExportedNames;
|
||||
|
||||
Reference in New Issue
Block a user