blob: 63753820c5ba6a340592059bee33df772708a03a [file] [log] [blame]
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Called by the common.js module.
function moduleDidLoad() {
common.naclModule.style.backgroundColor = 'gray';
}
// Called by the common.js module.
function handleMessage(message) {
common.logMessage(message.data);
}