gradient-parser
Advanced tools
Comparing version
@@ -267,3 +267,3 @@ // Copyright (c) 2014 Rafael Caricio. All rights reserved. | ||
result = callback(captures); | ||
var result = callback(captures); | ||
@@ -270,0 +270,0 @@ if (!scan(tokens.endCall)) { |
@@ -103,3 +103,3 @@ var GradientParser = (window.GradientParser || {}); | ||
result = callback(captures); | ||
var result = callback(captures); | ||
@@ -106,0 +106,0 @@ if (!scan(tokens.endCall)) { |
{ | ||
"name": "gradient-parser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parse CSS3 gradient definitions and return an AST.", | ||
@@ -5,0 +5,0 @@ "author": { |
53855
0.01%