Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Removed constants from v8 #330

Merged
merged 1 commit into from
Aug 11, 2015
Merged

Removed constants from v8 #330

merged 1 commit into from
Aug 11, 2015

Conversation

lucaswoj
Copy link

cc @jfirebaugh @ansis

Partially resolves #308

@@ -428,17 +425,19 @@ module.exports = function(style, reference) {
};

function typeof_(val) {
if (val instanceof Number)
if (val instanceof Number) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please no arbitrary stylistic changes.

@jfirebaugh
Copy link
Contributor

👍

@lucaswoj lucaswoj changed the title Removed constants from v8 Removed constants and color-ops from v8 Aug 11, 2015
@lucaswoj lucaswoj force-pushed the v8-remove-ops-constants branch from e4d513d to 91b9510 Compare August 11, 2015 18:46
@lucaswoj lucaswoj changed the title Removed constants and color-ops from v8 Removed constants from v8 Aug 11, 2015
lucaswoj added a commit that referenced this pull request Aug 11, 2015
@lucaswoj lucaswoj merged commit 2c8cec1 into v8 Aug 11, 2015
@lucaswoj lucaswoj deleted the v8-remove-ops-constants branch August 11, 2015 18:48
@lucaswoj
Copy link
Author

Ack! Sorry, I got my wires crossed and committed this with the stylistic change. Will force pushv8 to fix.

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.

3 participants