remove trailing semicolons - we'll be hosting minified files with semicolons - no reason to make the dev source ugly

This commit is contained in:
Jacob Thornton
2011-11-27 16:01:26 -08:00
parent 3157de8d1d
commit 3925ea9986
7 changed files with 7 additions and 7 deletions

View File

@@ -73,4 +73,4 @@
$('body').delegate(dismiss, 'click.alert.data-api', Alert.prototype.close)
})
}( window.jQuery || window.ender );
}( window.jQuery || window.ender )