spec/framework_spec/app/layout.erb in rhodes-3.0.2 vs spec/framework_spec/app/layout.erb in rhodes-3.1.0.beta.1
- old
+ new
@@ -11,10 +11,10 @@
<!-- <script src="/public/js/jquery-1.2.6.min.js"></script>
<script src="/public/js/rho.js"></script>
<script src="/public/js/application.js"></script> -->
<link href="/public/css/iphone.css" type="text/css" rel="stylesheet"/>
<% else %>
- <% if System::get_property('platform') == 'Blackberry' && System::get_property('webview') !~ /^WEBKIT/ %>
+ <% if System::get_property('platform') == 'Blackberry' && System::get_property('webview_framework') !~ /^WEBKIT/ %>
<link href="/public/css/blackberry.css" type="text/css" rel="stylesheet"/>
<% else %>
<link href="/public/css/xhtml.css" type="text/css" rel="stylesheet"/>
<% end %>
<% end %>
\ No newline at end of file