UNPKG

iweb-tool

Version:
13 lines (9 loc) 152 B
/** * Created by dingrf on 2015/12/23. */ var jq = require('jquery'); module.exports = { init: function(){ alert('page1 init') } }