Skip to content

Commit 97a5ad2

Browse files
committed
Merge branch 'master' into px-m
# Conflicts: # examples/pxScene2d/src/v8_modules/native_http_wrap.js # examples/pxScene2d/src/v8_modules/path.js
2 parents ab3d8b1 + 992130f commit 97a5ad2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/pxScene2d/src/node_modules/htmlparser/index.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pxScene2d/src/v8_modules/native_http_wrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ NativeHttp.prototype.on = function(eventName, handler) {
124124
this.emit.$on('response', handler);
125125
return;
126126
}
127-
127+
128128
this._httpInstance.on(eventName, handler);
129129
return this;
130130
};

0 commit comments

Comments
 (0)