Browse Source

Replaced " with '

Tobias Reich 10 years ago
parent
commit
4fd41b224a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/gulpfile.js

+ 2 - 2
src/gulpfile.js

@@ -1,6 +1,6 @@
 var	gulp = require('gulp'),
-	plugins = require("gulp-load-plugins")(),
-	paths = {}
+	plugins = require('gulp-load-plugins')(),
+	paths = {};
 
 /* Error Handler -------------------------------- */