Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
a11fafdc
Commit
a11fafdc
authored
Jan 07, 2015
by
Adeel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code: Don't push to vector for Render*Sync.
parent
a956d188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
binding.cpp
src/binding.cpp
+2
-3
No files found.
src/binding.cpp
View file @
a11fafdc
...
...
@@ -93,11 +93,10 @@ struct Sass_Import** sass_importer(const char* file, const char* prev, void* coo
Handle
<
Value
>
argv
[]
=
{
NanNew
<
String
>
(
file
),
NanNew
<
String
>
(
prev
),
NanNew
<
Number
>
(
imports_collection
.
size
()
-
1
)
NanNew
<
String
>
(
prev
)
};
Local
<
Object
>
returned_value
=
Local
<
Object
>::
Cast
(
NanNew
<
Value
>
(
ctx_w
->
importer_callback
->
Call
(
3
,
argv
)));
Local
<
Object
>
returned_value
=
Local
<
Object
>::
Cast
(
NanNew
<
Value
>
(
ctx_w
->
importer_callback
->
Call
(
2
,
argv
)));
prepare_import_results
(
returned_value
->
Get
(
NanNew
(
"objectLiteral"
)),
ctx_w
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment