[Pkg-javascript-commits] [jquery] 04/07: debian/build.js: replace tab with space

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Aug 29 01:46:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository jquery.

commit 091398572b98174c3ad4539cca5eb4346be8c38d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Aug 28 22:31:22 2015 -0300

    debian/build.js: replace tab with space
---
 debian/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/build.js b/debian/build.js
index 601c924..d258033 100644
--- a/debian/build.js
+++ b/debian/build.js
@@ -28,7 +28,7 @@
    * @param {String} contents The contents to be written (including their AMD wrappers)
    */
   onBuildWrite: function( name, path, contents ) {
-    var	rdefineEnd = /\}\);[^}\w]*$/;
+    var rdefineEnd = /\}\);[^}\w]*$/;
     var amdName;
     // Convert var modules
     if ( /.\/var\//.test( path ) ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git



More information about the Pkg-javascript-commits mailing list