///////////////////////////////////////////////////////////////////////////////
//
//  SilverlightSpy.js   			version 1.0
//
//  This file is provided by First Floor as a debugging helper file to be used
//  in conjunction with First Floor Silverlight Spy.
//
//  See also http://www.firstfloorsoftware.com/SilverlightSpy.
// 
//  Copyright (c) 2007 First Floor. All rights reserved.
//
///////////////////////////////////////////////////////////////////////////////

Spy = {
    trace: function(message) { }
}

