Sha256: df1cc4aac0e4b6c39edf89c1eef244a2e958dcc5013f11f90c3e688a399ec724
Contents?: true
Size: 291 Bytes
Versions: 7
Compression:
Stored size: 291 Bytes
Contents
# encoding: UTF-8 module Wice::JsAdaptor #:nodoc: mattr_accessor :calendar_module def self.init #:nodoc: if Wice::ConfigurationProvider.value_for(:JS_FRAMEWORK) == :prototype include Wice::JsAdaptor::Prototype else include Wice::JsAdaptor::Jquery end end end
Version data entries
7 entries across 7 versions & 1 rubygems