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
  • test online
    602ae0e3
    ykxie authored
    2017-08-02 11:08:55 +0800  
    Browse Code »
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)