add docs about mixed keys

This commit is contained in:
Leo 2017-02-03 22:56:34 -05:00
parent 9d5f686bbd
commit a89e8cd405
3 changed files with 27 additions and 3 deletions

View file

@ -28,7 +28,7 @@ module.exports = function($window) {
renderService.setEventCallback(function(e) {
if (e.redraw !== false) redraw()
})
var callbacks = []
function subscribe(key, callback) {
unsubscribe(key)