src/tools/console.coffee in luca-0.9.1 vs src/tools/console.coffee in luca-0.9.2
- old
+ new
@@ -54,9 +54,12 @@
afterRender: ()->
@$('input').focus()
]
+ show: (options={})->
+ @$el.addClass('modal').modal(options)
+
getContext: ()->
window
initialize: ()->
@_super("initialize", @, arguments)
\ No newline at end of file