Skip to content

Commit

Permalink
chore: release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sendguan committed Dec 30, 2018
1 parent 74b2371 commit c6c5464
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 257 deletions.
10 changes: 5 additions & 5 deletions dist/wxpage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* wxpage v1.1.7
* wxpage v1.1.8
* https://github.com/tvfe/wxpage
* License MIT
*/
Expand All @@ -12,9 +12,9 @@ module.exports =
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
Expand Down Expand Up @@ -521,7 +521,7 @@ Message.prototype.emit = function (evtType) {
}
Message.prototype.assign = function (target) {
var msg = this;
['on', 'off', 'wait', 'emit', 'assign'].forEach(function (name) {
['on', 'off', 'emit', 'assign'].forEach(function (name) {
var method = msg[name]
target[name] = function () {
return method.apply(msg, arguments)
Expand Down Expand Up @@ -789,7 +789,7 @@ var refs = {}
var cid = 0
function component(def) {
if (!def) {
console.error(`Illegal component options [${name || 'Anonymous'}]`)
console.error(`Illegal component options.`)
def = {}
}
// extend page config
Expand Down
Loading

0 comments on commit c6c5464

Please sign in to comment.