wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

ionic.js 文件 #65

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago

这个文件的作用在window对象上添加ionic对象,然后在ionic上添加views对象。

wonderfan commented 9 years ago

view.js文件的作用是在views对象上添加View构造函数,并在它的proproty上定义initialize接口

wonderfan commented 9 years ago

整理下util.js文件中的方法:

  1. proxy 方法;
  2. extend 方法;
  3. inherit方法