Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Aug 28, 2014
1 parent 2e37379 commit 33e5295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvvm/avalon.scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h1>扫描机制</h1>
这些绑定属性是依赖一定的顺序被解析执行的。</p>
<pre class="brush:js;gutter:false;toolbar:false">
//扫描顺序 ms-skip(0) --> ms-important(1) --> ms-controller(2) --> ms-if(10) --> ms-repeat(100)
//--> ms-if-loop(110) --> ms-attr(970) ...--> ms-each(1400)-->ms-with(1500)--〉ms-duplex(2000)垫后
//--> ms-if-loop(110) --> ms-attr(970) ...--> ms-each(1400)-->ms-with(1500)--〉ms-duplex(2000)--〉ms-duplex(3000)垫后
var priorityMap = {
"if": 10,
"repeat": 100,
Expand Down

0 comments on commit 33e5295

Please sign in to comment.