From 9e2ab9dd8362e46dd64b1cbfd44edb058bcb2445 Mon Sep 17 00:00:00 2001 From: "Aaron C. Meadows" Date: Sat, 2 May 2015 16:23:52 -0500 Subject: [PATCH] Squashed 'Facing/' changes from a5300e9..ecea414 ecea414 prod-Facing: Updated prod version of Facing at version 0.1.1. git-subtree-dir: Facing git-subtree-split: ecea41447e7256ee222b8ff04a78a43a7c79f29e --- Facing.js | 56 ++++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Facing.js b/Facing.js index a7d297c075..af575c7dec 100644 --- a/Facing.js +++ b/Facing.js @@ -5,8 +5,8 @@ var Facing = Facing || (function() { 'use strict'; - var version = '0.1.0', - lastUpdate = 1430550687, + var version = '0.1.1', + lastUpdate = 1430571841, schemaVersion = 0.1, defaults = { image: 'https://s3.amazonaws.com/files.d20.io/images/9183999/XcViJVf7-cGOXcZq1KWp-A/thumb.png?1430541914', @@ -247,47 +247,47 @@ var Facing = Facing || (function() { 'Direction Indicator:'+ ''+ ''+ - 'Pick'+ + 'Pick'+ ''+ ''+ - 'Default'+ + 'Default'+ ''+ - ''; + ''; }, getConfigOption_AttributeName = function() { var text = state.Facing.config.attributeName; - return '
' - +'Attribute Name to set facing value: ' - +text - +'' - +'Set Name' - +'' - +'
'; + return '
'+ + 'Attribute Name to set facing value: '+ + text+ + ''+ + 'Set Name'+ + ''+ + '
'; }, getConfigOption_Relative = function() { var text = (state.Facing.config.relative ? 'On' : 'Off' ); - return '
' - +'Relative Rotation is currently ' - +text - +' ' - +'' - +'Toggle' - +'' - +'
'; + return '
'+ + 'Relative Rotation is currently '+ + text+ + ' '+ + ''+ + 'Toggle'+ + ''+ + '
'; }, getConfigOption_Scale = function() { var text = state.Facing.config.scale; - return '
' - +'Scale is currently ' - +text - +' ' - +'' - +'Toggle' - +'' - +'
'; + return '
'+ + 'Scale is currently '+ + text+ + ' '+ + ''+ + 'Set'+ + ''+ + '
'; }, diff --git a/package.json b/package.json index d78e0aadcb..6b45c945b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Facing", - "version": "0.1", + "version": "0.1.1", "description": "Creates and maintains a facing indicator for tokens.", "authors": "The Aaron", "roll20userid": "104025",