Sha256: 21f2b7d3648c9dca4f64139d98a42ef2e5ec45cdf752aed3d877091636d2427b
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 Bytes
Contents
root = exports ? window class AppliciousCore DEBUG_FLAG: false UPLOADER: false constructor: () -> if root.DEBUG @setDebug true else @setDebug false @log "Applicious [Core] Loaded :: Debug ", @getDebug() setDebug: (flag) -> AppliciousCore::DEBUG_FLAG = flag getDebug: -> AppliciousCore::DEBUG_FLAG log: (debug_data...) -> if @getDebug() try console.log debug_data catch error alert debug_data # - - - # root.AP = new AppliciousCore root.AppliciousCore = AppliciousCore
Version data entries
4 entries across 4 versions & 1 rubygems