Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Aug 22, 2016
1 parent c5bab64 commit d49868c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/avalon.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 2.1.5 and npm 2.1.15
* 修正 ms-controller, ms-important的移除类名的实现
* 实现后端渲染,
* fix safari, 微信不支持使用Object.defineProperty重写元素属性的BUG
* 分离DOM API
* fix ms-on BUG
*/
Expand Down
1 change: 1 addition & 0 deletions dist/avalon.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 2.1.5 and npm 2.1.15
* 修正 ms-controller, ms-important的移除类名的实现
* 实现后端渲染,
* fix safari, 微信不支持使用Object.defineProperty重写元素属性的BUG
* 分离DOM API
* fix ms-on BUG
*/
Expand Down
1 change: 1 addition & 0 deletions dist/avalon.next.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 2.1.5 and npm 2.1.15
* 修正 ms-controller, ms-important的移除类名的实现
* 实现后端渲染,
* fix safari, 微信不支持使用Object.defineProperty重写元素属性的BUG
* 分离DOM API
* fix ms-on BUG
*/
Expand Down
5 changes: 3 additions & 2 deletions dist/avalon.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* 2.1.5 and npm 2.1.15
* 修正 ms-controller, ms-important的移除类名的实现
* 实现后端渲染,
* fix safari, 微信不支持使用Object.defineProperty重写元素属性的BUG
* 分离DOM API
* fix ms-on BUG
*/
Expand Down Expand Up @@ -79,7 +80,7 @@ return /******/ (function(modules) { // webpackBootstrap
/***/ function(module, exports, __webpack_require__) {

/*!
* built in 2016-8-22:0 version 2.112 by 司徒正美
* built in 2016-8-22:11 version 2.112 by 司徒正美
* 2.1.5 and npm 2.1.15
* 修正 ms-controller, ms-important的移除类名的实现
* 实现后端渲染,
Expand Down Expand Up @@ -7803,7 +7804,7 @@ return /******/ (function(modules) { // webpackBootstrap
} catch (e) {
//safari 9.1.2使用Object.defineProperty重写innerHTML会抛
// Attempting to change the setter of an unconfigurable property.
if (ep && ep._lookupSetter__) {
if (ep && ep.__lookupSetter__) {
oldSetter = ep.__lookupSetter__('innerHTML')
ep.__defineSetter__('innerHTML', newSetter)
}
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var feather = heredoc(function () {
2.1.5 and npm 2.1.15
修正 ms-controller, ms-important的移除类名的实现
实现后端渲染,
fix safari, 微信不支持使用Object.defineProperty重写元素属性的BUG
分离DOM API
fix ms-on BUG
*/
Expand Down

0 comments on commit d49868c

Please sign in to comment.