This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
class HTMLElementPlus extends HTMLElement { | |
static defaultAttributeValue() { | |
/* the name of the attribute is parsed in as a parameter */ | |
return; | |
} | |
static parseAttributeValue(name, value) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NoMethodError in PagesController#home | |
undefined method `reverse_merge!' for #<Array:0x5203e0c6> | |
Rails.root: /Users/apple/testapp | |
Application Trace | Framework Trace | Full Trace | |
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:25:in `export!' | |
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:24:in `each' | |
refinerycms-i18n (0.9.9.15) lib/refinery/i18n-js.rb:24:in `export!' | |
refinerycms-i18n (0.9.9.15) lib/refinery/i18n.rb:25:in `_callback_before_45' |