Sign in

梁美英 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • src
  • live
  • js
  • IDELive.js
  • add compile
    b8f443cd
    ykxie authored
    2017-05-18 20:08:25 +0800  
    Browse Dir »
IDELive.js 150 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
;(function(window){
    var IDELive = {
        operations: []    // 存储录制时的动作对象
    }




    window.IDELive = IDELive;
})(window)