Added gutter problem support for iPad

This commit is contained in:
Michael Schmatz 2014-10-11 12:57:45 -04:00
parent e7269a62dd
commit dee5d82d61

View file

@ -10,6 +10,7 @@ module.exports = class Problem
@buildAnnotation()
@buildAlertView() if withAlert
@buildMarkerRange() if isCast
Backbone.Mediator.publish("problem:problem-created", line:@annotation.row, text: @annotation.text) if application.isIPadApp
@saveUserCodeProblem() if isCast
destroy: ->