mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Added gutter problem support for iPad
This commit is contained in:
parent
e7269a62dd
commit
dee5d82d61
1 changed files with 1 additions and 0 deletions
|
@ -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: ->
|
||||
|
|
Loading…
Add table
Reference in a new issue