Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Updates core variable interfaces due to Constants refactor. #16

Merged
merged 2 commits into from
Nov 10, 2016

Conversation

chriscox
Copy link
Member

@chriscox chriscox commented Nov 9, 2016

Constants refactored as part of PR #8.

Copy link
Contributor

@chuga chuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it reads so much better 👏

@@ -14,11 +14,15 @@
* under the License.
*/

import * as vars from "./variables/variableTypes";
import { Constants as CONST } from "../lib/Constants";
import { KeyCode, KeyEvent, CSS } from "../lib/Constants";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should this go between ColorVariable and LocalStorage (alphabetical sort)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

import { RangeVariable } from "../core/variables/RangeVariable";
import { StringVariable } from "../core/variables/StringVariable";
import { Variable } from "../core/variables/Variable";
import { StorageKey, VariableType } from "../lib/Constants";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is this sorted correctly?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@chriscox chriscox merged commit 0a8bba8 into develop Nov 10, 2016
@chriscox chriscox deleted the feature/core_refactor branch November 10, 2016 17:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants