app/views/sketchily/_embed.html.erb~ in sketchily-0.3.0 vs app/views/sketchily/_embed.html.erb~ in sketchily-1.0.0
- old
+ new
@@ -6,15 +6,15 @@
width ||= "750px"
height ||= "650px"
canvas_width ||= 640
canvas_height ||= 480
canvas_expansion ||= 3
- hide_menu ||= false
hide_rulers ||= false
+ hide_menu ||= false
hide_image_tool ||= false
hide_hyperlink_tool ||= false %>
-<%= javascript_include_tag "embedapi" %>
+<%= javascript_include_tag "sketchily_embed" %>
<%= javascript_include_tag "svgutils" %>
<script type="text/javascript">
<%= render :partial => "sketchily/embed",
:formats => :js,