Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Ritzl committed Aug 19, 2017
2 parents 81450bd + 6a1a795 commit 3bc1b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ludobits/m/broadcast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--
-- -- script_a.script
--
-- local broadcast = require "ludobits.m.listener"
-- local broadcast = require "ludobits.m.broadcast"
--
-- function init(self)
-- broadcast.register("foo")
Expand All @@ -31,7 +31,7 @@
--
-- -- script_b.script
--
-- local broadcast = require "ludobits.m.listener"
-- local broadcast = require "ludobits.m.broadcast"
--
-- function update(self, dt)
-- if some condition then
Expand Down

0 comments on commit 3bc1b03

Please sign in to comment.