I hereby claim:
- I am hennk on github.
- I am hennk (https://keybase.io/hennk) on keybase.
- I have a public key ASCyxIyBtokU2PZ5nfVNPlpomfKS2MFxoSWK1y_g0Ni8bAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| APPNAME = 'liquid_editor' | |
| require 'rake-pipeline-web-filters' | |
| require File.join(File.dirname(__FILE__), 'support/ember_strip_debug_filter/ember_strip_debug_filter') | |
| require File.join(File.dirname(__FILE__), 'support/precompiling_handlebars_filter/precompiling_handlebars_filter') | |
| SHOULD_UGLIFY = ENV['RAKEP_MODE'] == 'production' | |
| output (ENV['LIQUID_EDITOR_ASSETS_OUTPUT'] || 'assets') |
| var get = Ember.get; | |
| var modalPaneBackdrop = '<div class="modal-backdrop"></div>'; | |
| App.ModalPane = Ember.View.extend(Ember.TextSupport, { | |
| layoutName: "shared/modal_pane", | |
| classNames: 'modal', | |
| heading: null, | |
| message: null, | |
| primary: null, |