/** * User preferences topics for the Spaceship! game. * * Copyright (c) 2008, 2009 Peter Parente under the terms of the BSD license. * http://creativecommons.org/licenses/BSD/ */ dojo.provide('spaceship.preferences.PreferencesTopics'); // sent by PreferencesModel when one of its preferences changes value spaceship.preferences.UPDATE_PREFERENCE_TOPIC = 'ss-updatePref';