Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "bigkoa", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -165,2 +165,6 @@ 'use strict' | ||
afterRenderMain () { | ||
return PROMISE_RESOLVE | ||
} | ||
// event wrapper | ||
@@ -167,0 +171,0 @@ write (html, isWriteImmediately) { |
@@ -111,4 +111,5 @@ 'use strict' | ||
.then(this.renderLayout.bind(this)) | ||
.then(this.afterRenderLayout.bind(this)) | ||
.then(this.renderMain.bind(this)) | ||
.then(this.afterRenderLayout.bind(this)) | ||
.then(this.afterRenderMain.bind(this)) | ||
.catch(this.showErrorPagelet.bind(this)) | ||
@@ -115,0 +116,0 @@ .then(this.beforeRenderPagelets.bind(this)) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
251595
2937