Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Cool syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wentz committed Aug 6, 2014
1 parent dd5c8d6 commit 694125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/plugins/scribe-plugin-embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define('scribe-plugin-embed',[],function () {
var $bodyInput = $(".embed-body", $modal),
$captionInput = $(".embed-caption", $modal),
$embedBtn = $(".set-embed-button", $modal),
$error = $(".embed-error", $modal);
$error = $(".embed-error", $modal),
$sizeInput = $("[name=size]", $modal);

$modal.on("hide.bs.modal", function() {
Expand Down

0 comments on commit 694125b

Please sign in to comment.